aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_source.py
AgeCommit message (Collapse)Author
2021-07-21build: Update to header 1.2.185Mike Schuchardt
- Update known-good - Re-enable code generation for VK_HUAWEI_subpass_shading - Generate source Change-Id: Ibb8d8898c9cdbb655c8162e76b68fa465fe8f912
2021-06-21build: Update to header 1.2.182Mike Schuchardt
- Update known-good - Add support for printing `int64_t` in `scripts/vulkaninfo_generator.py` - Disable codegen for VK_HUAWEI_subpass_shading KhronosGroup/Vulkan-Docs#1564 - Generate source Change-Id: I4417e99ed37da510bfaf94d676e22ac3fb088d5d
2020-05-26vulkaninfo: use generate_source.py for autogenCharles Giessen
Previously, to update the autogen for vulkaninfo required running a separate cmake target. This commit puts it all into the same target for ease of maintenance. Change-Id: I98e35b01ee164e9917564f6b603e4a78c6138041
2019-07-24scripts: Port codegen script from VVLMike Schuchardt