summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-05 22:15:22 +1100
committerquou <quou@disroot.org>2025-01-05 22:15:22 +1100
commitbce070eba418c8a79f6affcd885564babbf8c9d3 (patch)
tree70fd5b4a57091cb5d6c4b47c1b29c98ba7b54062 /video.cpp
parent925a2707c1f2d0f5e256f6e70050b7b2242d99e8 (diff)
source level shader debugging
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/video.cpp b/video.cpp
index ef724bf..f619643 100644
--- a/video.cpp
+++ b/video.cpp
@@ -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" {