Ensure all header files shipped have the vk_ prefix

CI will fail now if we ship a .h / .hpp file that doesn't use
the correct prefix.

I also documented the precedent for this prefix and the existing
integration testing.
This commit is contained in:
Juan Ramos 2023-09-08 10:57:24 -06:00 committed by Juan Ramos
parent a3235b3e7f
commit 6710b67cde
16 changed files with 124 additions and 56 deletions

View file

@ -27,7 +27,7 @@ def RunGenerators(api: str, registry: str, targetFilter: str) -> None:
# Build up a list of all generators and custom options
generators = {
'vul_dispatch_table.h' : {
'vk_dispatch_table.h' : {
'generator' : DispatchTableOutputGenerator,
'directory' : 'include/vulkan/utility',
},