diff options
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -43,7 +43,10 @@ extern "C" { const char* device_exts[] = { VK_KHR_SWAPCHAIN_EXTENSION_NAME, - VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME + VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME, +#ifdef DEBUG + VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME +#endif }; extern "C" { |