aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
authorRichard S. Wright Jr <richard@lunarg.com>2021-01-06 15:12:19 -0500
committerRichard S. Wright Jr <58573781+richard-lunarg@users.noreply.github.com>2021-01-06 16:44:29 -0500
commit3c1ea4cc630d09c0da023946d82248cf5e34175c (patch)
tree6563f01ca9c08fe8713b19c547cda6fd6fafbe4a /cube/cube.cpp
parentca51bc7d1325cbfd66cd52f1f0898e5311d9120e (diff)
downloadusermoji-3c1ea4cc630d09c0da023946d82248cf5e34175c.tar.xz
Defined VK_ENABLE_BETA_EXTENSIONS so that VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME would be defined
Diffstat (limited to 'cube/cube.cpp')
-rw-r--r--cube/cube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp
index 4f66253e..06baecf5 100644
--- a/cube/cube.cpp
+++ b/cube/cube.cpp
@@ -17,7 +17,7 @@
*
* Author: Jeremy Hayes <jeremy@lunarg.com>
*/
-
+#define VK_ENABLE_BETA_EXTENSIONS
#if defined(VK_USE_PLATFORM_XLIB_KHR) || defined(VK_USE_PLATFORM_XCB_KHR)
#include <X11/Xutil.h>
#elif defined(VK_USE_PLATFORM_WAYLAND_KHR)