Update parser for VulkanSC changes

The update that added the VulkanSC changes to vk.xml broke vulkan-zig previously.
This commit is contained in:
Robin Voetter
2023-03-04 01:24:30 +01:00
parent c801ac0d2e
commit 070500f5e5
7 changed files with 138 additions and 50 deletions

View File

@@ -33,7 +33,7 @@ pub fn build(b: *std.Build) void {
});
}
// remaindure of the script is for local testing
// remainder of the script is for local testing
const triangle_exe = b.addExecutable(.{
.name = "triangle",