Merge pull request #998 from wrightwriter/patch-1

fix minor typo
This commit is contained in:
Sascha Willems 2022-12-29 20:13:18 +01:00 committed by GitHub
commit 484d16d394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -673,7 +673,7 @@ public:
VkFramebuffer framebuffer; VkFramebuffer framebuffer;
} offscreen; } offscreen;
// Offfscreen framebuffer // Offscreen framebuffer
{ {
// Color attachment // Color attachment
VkImageCreateInfo imageCreateInfo = vks::initializers::imageCreateInfo(); VkImageCreateInfo imageCreateInfo = vks::initializers::imageCreateInfo();
@ -1439,4 +1439,4 @@ public:
}; };
VULKAN_EXAMPLE_MAIN() VULKAN_EXAMPLE_MAIN()