Skip to content
Snippets Groups Projects
Commit 6db2badd authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#77] Fix validation layer errors

parent bb6821da
No related branches found
No related tags found
1 merge request!62Resolve "Lens Flares"
Pipeline #26045 passed
......@@ -312,7 +312,7 @@ int main(int argc, const char** argv) {
if ((swapchainWidth != windowWidth) || ((swapchainHeight != windowHeight))) {
depthBuffer = core.createImage(depthBufferFormat, swapchainWidth, swapchainHeight).getHandle();
colorBuffer = core.createImage(colorBufferFormat, swapchainWidth, swapchainHeight, 1, true, true).getHandle();
colorBuffer = core.createImage(colorBufferFormat, swapchainWidth, swapchainHeight, 1, false, true, true).getHandle();
baf.updateImageDimensions(swapchainWidth, swapchainHeight);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment