aboutsummaryrefslogtreecommitdiff
path: root/cube
diff options
context:
space:
mode:
Diffstat (limited to 'cube')
-rw-r--r--cube/cube.c1
-rw-r--r--cube/cube.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c
index ec430478..ed503392 100644
--- a/cube/cube.c
+++ b/cube/cube.c
@@ -25,6 +25,7 @@
* Author: Bill Hollings <bill.hollings@brenwill.com>
*/
+#define VK_ENABLE_BETA_EXTENSIONS
#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
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)