Vulkan-Utility-Libraries/scripts/generators
Charles Giessen dcfce25b43 Remove consecutive platform defines
Generated code must macro-guard platform specific code, but did it in a
naive fashion where consecutive guards for the same platform repeated the
macro. With the help of PlatformGuardHelper, the code generation will elide
redundant macro guards.
2023-10-18 18:44:30 -06:00
..
base_generator.py Remove consecutive platform defines 2023-10-18 18:44:30 -06:00
dispatch_table_generator.py Remove consecutive platform defines 2023-10-18 18:44:30 -06:00
enum_string_helper_generator.py Remove consecutive platform defines 2023-10-18 18:44:30 -06:00
format_utils_generator.py Fix doc for vkuFormatIsXChromaSubsampled 2023-10-01 14:49:40 -06:00
generator_utils.py Remove consecutive platform defines 2023-10-18 18:44:30 -06:00
struct_helper_generator.py Remove consecutive platform defines 2023-10-18 18:44:30 -06:00
vulkan_object.py Add REUSE to CI 2023-07-25 16:11:18 -06:00