From 2225f5c3080488eaa6a46bd49b09d97cb50579ba Mon Sep 17 00:00:00 2001 From: Shahbaz Youssefi Date: Mon, 18 Mar 2024 16:22:28 -0400 Subject: Fix VULKAN_HPP_TYPESAFE_CONVERSION define Vulkan-Hpp now compares this with 1 instead of using `#if defined()`. --- cube/cube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube/cube.cpp') 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 #define VOLK_IMPLEMENTATION -- cgit v1.2.3