diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-01-10 12:29:17 -0700 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-01-10 14:09:04 -0700 |
| commit | 6ef427d3b9877395e07f0618ada16d81c95ce974 (patch) | |
| tree | d4bf4f5b0933e6822c58d3ceca4a151360efd195 /cube/cube.cpp | |
| parent | 7b798e3e47824c94ffc6c8e75b0440bb78d2b7e2 (diff) | |
| download | usermoji-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.cpp')
| -rw-r--r-- | cube/cube.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 95dd5dc6..cf5822f9 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -41,7 +41,6 @@ #define VULKAN_HPP_NO_EXCEPTIONS #define VULKAN_HPP_TYPESAFE_CONVERSION #include <vulkan/vulkan.hpp> -#include <vulkan/vk_sdk_platform.h> #include "linmath.h" |
