mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-06 06:33:30 +00:00
On 32 bit Vulkan typedefs these handles to uint64_t which breaks function overload resolution. Replace the VK_DEFINE_NON_DISPATCHABLE_HANDLE and VK_NULL_HANDLE defines to be opaque C++ types with the same capabilities.