Vulkan-Hpp/vulkan
phantom10111 9e95c0072d Make type conversions implicit for dispatchable handles
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.
2022-04-15 11:24:30 +02:00
..
vulkan_enums.hpp Combine two types of commands into one generation function. 2022-04-07 08:48:55 +02:00
vulkan_format_traits.hpp Change ColumnLimit with clang-format from 120 to 160. 2022-02-28 10:11:04 +01:00
vulkan_funcs.hpp Combine two types of commands into one generation function 2022-04-14 08:03:15 +02:00
vulkan_handles.hpp Make type conversions implicit for dispatchable handles 2022-04-15 11:24:30 +02:00
vulkan_hash.hpp Update Vulkan-Headers to v1.3.211 2022-04-06 00:09:05 +00:00
vulkan_raii.hpp Update Vulkan-Headers to v1.3.211 2022-04-06 00:09:05 +00:00
vulkan_structs.hpp Combine two types of commands into one generation function. 2022-04-07 08:48:55 +02:00
vulkan.hpp Make type conversions implicit for dispatchable handles 2022-04-15 11:24:30 +02:00