Skip to content

Commit

Permalink
Updated to the latest version of LVK (ValidationLayers workarounds)
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 15, 2024
1 parent 57deb72 commit 4147bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chapter11/06_FinalDemo/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ int main()
ctx->download(bufferCullingData[currentBufferId], &numVisibleMeshes, sizeof(uint32_t), offsetof(CullingData, numVisibleMeshes));
}

// swap ping-bong textures
// swap ping-pong textures
std::swap(texAdaptedLuminance[0], texAdaptedLuminance[1]);
});

Expand Down
2 changes: 1 addition & 1 deletion deps/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source": {
"type": "git",
"url": "https://github.com/corporateshark/lightweightvk.git",
"revision": "604280546da44f27eb2c55ffbca6838778491f43"
"revision": "12bbe18d68ac288c02cb871dfae92facb3dc711f"
}
},
{
Expand Down

0 comments on commit 4147bf9

Please sign in to comment.