diff --git a/tools/hello.cpp b/tools/hello.cpp index 5d11eb7..5642fe4 100644 --- a/tools/hello.cpp +++ b/tools/hello.cpp @@ -200,7 +200,7 @@ main (void) ? { VK_FORMAT_B8G8R8A8_UNORM, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR } : surface_formats[0]; #endif - VkSurfaceFormatKHR surface_format { VK_FORMAT_B8G8R8A8_UNORM, VK_COLORSPACE_SRGB_NONLINEAR_KHR }; + VkSurfaceFormatKHR surface_format { VK_FORMAT_B8G8R8A8_UNORM, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR }; VkPresentModeKHR present_mode = VK_PRESENT_MODE_FIFO_KHR; VkExtent2D present_extent { .width = util::limit (