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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube/cube.cpp') 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