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 + 1 file changed, 1 insertion(+) (limited to 'cube/cube.c') 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 -- cgit v1.2.3