mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
9e95c0072d
Vulkan handles are not typesafe on 32-bit platforms, but only for non-dispachable handles. Dispatchable handles are opaque struct pointers on all platforms, and thus typesafe. This commit makes all conversions for dispatchable handles implicit, regardless of VULKAN_HPP_TYPESAFE_CONVERSION setting. |
||
---|---|---|
.. | ||
vulkan_enums.hpp | ||
vulkan_format_traits.hpp | ||
vulkan_funcs.hpp | ||
vulkan_handles.hpp | ||
vulkan_hash.hpp | ||
vulkan_raii.hpp | ||
vulkan_structs.hpp | ||
vulkan.hpp |