fix minor typo

This commit is contained in:
Petar Guglev 2022-11-15 18:11:05 +02:00 committed by GitHub
parent ed406e61a6
commit 8a8ce0e266
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()