Vulkan-Utility-Libraries/scripts/generators
Arno 9479047902 safestruct: Accessors for non trivial globals
Adding Tracy in VVL showed that we are paying the price of initializing
global variables upon shared library entry, even if we do not
end up accessing those.
Adding accessors will make sure we pay this price
only when truly needed.
Also making the necessary changes in VVL.
2024-07-17 09:32:38 -05:00
..
base_generator.py Move vk_safe_struct to VUL 2024-03-28 11:11:35 -06:00
dispatch_table_generator.py Move vk_safe_struct to VUL 2024-03-28 11:11:35 -06:00
enum_string_helper_generator.py Move vk_safe_struct to VUL 2024-03-28 11:11:35 -06:00
format_utils_generator.py ci: Add clang-format to CI 2023-11-10 14:36:43 -07:00
generator_utils.py Move vk_safe_struct to VUL 2024-03-28 11:11:35 -06:00
safe_struct_generator.py safestruct: Accessors for non trivial globals 2024-07-17 09:32:38 -05:00
struct_helper_generator.py Better declare GetObjectType()'s lack of 32 bit support 2024-06-27 11:01:38 -05:00
vulkan_object.py Move vk_safe_struct to VUL 2024-03-28 11:11:35 -06:00