Vulkan-Utility-Libraries/scripts/generators
Charles Giessen 85f06aeb61 util: Fix vku::GetObjectType() broken for 32 bit builds
Non Dispatchable handles are not typed in 32 bit builds, so the
vku::GetObjectHandle() helper fails to compile. The solution is to just
not define the helper in 32 bit builds.
2023-10-05 11:47:23 -06:00
..
base_generator.py build: API parameterization 2023-10-05 10:45:51 -06:00
dispatch_table_generator.py Use vku prefix for vk_dispatch_table.h interface 2023-09-13 16:49:54 -06:00
enum_string_helper_generator.py Remove clang-tidy comments from vk_enum_string_helper.h 2023-08-23 12:31:35 -06:00
format_utils_generator.py Fix doc for vkuFormatIsXChromaSubsampled 2023-10-01 14:49:40 -06:00
struct_helper_generator.py util: Fix vku::GetObjectType() broken for 32 bit builds 2023-10-05 11:47:23 -06:00
vulkan_object.py Add REUSE to CI 2023-07-25 16:11:18 -06:00