aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.c
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-01-10 12:29:17 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-01-10 14:09:04 -0700
commit6ef427d3b9877395e07f0618ada16d81c95ce974 (patch)
treed4bf4f5b0933e6822c58d3ceca4a151360efd195 /cube/cube.c
parent7b798e3e47824c94ffc6c8e75b0440bb78d2b7e2 (diff)
downloadusermoji-6ef427d3b9877395e07f0618ada16d81c95ce974.tar.xz
build: Update vulkan headers
- Vulkan::Registry was removed - vk_sdk_platform.h is deprecated NOTE: Need to update loader due to shared dependency.
Diffstat (limited to 'cube/cube.c')
-rw-r--r--cube/cube.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c
index 08581070..02751438 100644
--- a/cube/cube.c
+++ b/cube/cube.c
@@ -54,7 +54,6 @@
#include <vulkan/vulkan.h>
#endif
-#include <vulkan/vk_sdk_platform.h>
#include "linmath.h"
#include "object_type_string_helper.h"