mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-17 10:18:40 +00:00
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:
parent
a3235b3e7f
commit
6710b67cde
16 changed files with 124 additions and 56 deletions
scripts
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue