We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f122f9f commit 78e6405Copy full SHA for 78e6405
src/tests/hello_xr/graphicsplugin_vulkan.cpp
@@ -17,8 +17,9 @@
17
#endif
18
19
#if defined(VK_USE_PLATFORM_WIN32_KHR)
20
-// Define USE_MIRROR_WINDOW to open a otherwise-unused window for e.g. RenderDoc
21
-#define USE_MIRROR_WINDOW
+// Define USE_MIRROR_WINDOW to open a otherwise-unused window for e.g. RenderDoc.
+// We need to disable it default to avoid disruption for normal usage.
22
+#undef USE_MIRROR_WINDOW
23
24
25
// glslangValidator doesn't wrap its output in brackets if you don't have it define the whole array.
0 commit comments