There was an error while loading. Please reload this page.
1 parent ca51bc7 commit 3c1ea4cCopy full SHA for 3c1ea4c
cube/cube.c
@@ -25,6 +25,7 @@
25
* Author: Bill Hollings <bill.hollings@brenwill.com>
26
*/
27
28
+#define VK_ENABLE_BETA_EXTENSIONS
29
#define _GNU_SOURCE
30
#include <stdio.h>
31
#include <stdarg.h>
cube/cube.cpp
@@ -17,7 +17,7 @@
17
*
18
* Author: Jeremy Hayes <jeremy@lunarg.com>
19
20
-
21
#if defined(VK_USE_PLATFORM_XLIB_KHR) || defined(VK_USE_PLATFORM_XCB_KHR)
22
#include <X11/Xutil.h>
23
#elif defined(VK_USE_PLATFORM_WAYLAND_KHR)
0 commit comments