Vulkan-Utility-Libraries/scripts/generators
unknown 6774c9b24b util: Add vk_struct_helper.hpp
Move the vk_typemap_helper.h file in Vulkan-ValidationLayers over to this
repo with a different name to reflect the use of it

Changes from that include:
 * Rename the functions to be more obvious as to what they do
 * Placing them in the `vku` namespace
 * Adding the `InitStructHelper` class which deduces the type based on the
   variable that is being initialized
 * Compiler error if there is no corresponding sType
2023-09-19 10:10:31 -06:00
..
base_generator.py Add REUSE to CI 2023-07-25 16:11:18 -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 src: Add vk_format_utils.h to UtilityHeaders 2023-09-11 12:48:03 -06:00
struct_helper_generator.py util: Add vk_struct_helper.hpp 2023-09-19 10:10:31 -06:00
vulkan_object.py Add REUSE to CI 2023-07-25 16:11:18 -06:00