From 3c1ea4cc630d09c0da023946d82248cf5e34175c Mon Sep 17 00:00:00 2001 From: "Richard S. Wright Jr" Date: Wed, 6 Jan 2021 15:12:19 -0500 Subject: Defined VK_ENABLE_BETA_EXTENSIONS so that VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME would be defined --- cube/cube.c | 1 + cube/cube.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cube') 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 */ +#define VK_ENABLE_BETA_EXTENSIONS #define _GNU_SOURCE #include #include 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 */ - +#define VK_ENABLE_BETA_EXTENSIONS #if defined(VK_USE_PLATFORM_XLIB_KHR) || defined(VK_USE_PLATFORM_XCB_KHR) #include #elif defined(VK_USE_PLATFORM_WAYLAND_KHR) -- cgit v1.2.3