diff options
| author | Shahbaz Youssefi <syoussefi@google.com> | 2024-03-18 16:22:28 -0400 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2024-03-18 17:45:28 -0500 |
| commit | 2225f5c3080488eaa6a46bd49b09d97cb50579ba (patch) | |
| tree | 8ab7793337ef31765a4c87479543956049074c5a /cube/cube.cpp | |
| parent | 733fd2b522918f81f9c4669350dafd066f99c5d5 (diff) | |
| download | usermoji-2225f5c3080488eaa6a46bd49b09d97cb50579ba.tar.xz | |
Fix VULKAN_HPP_TYPESAFE_CONVERSION define
Vulkan-Hpp now compares this with 1 instead of using `#if defined()`.
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 9ed4dca4..edefbf09 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -40,7 +40,7 @@ #define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1 #define VULKAN_HPP_NO_EXCEPTIONS -#define VULKAN_HPP_TYPESAFE_CONVERSION +#define VULKAN_HPP_TYPESAFE_CONVERSION 1 #include <vulkan/vulkan.hpp> #define VOLK_IMPLEMENTATION |
