Merge pull request #28 from Aransentin/patch-1

Updated Vulkan XML registry master branch name
This commit is contained in:
Robin Voetter
2021-11-11 20:37:32 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ vulkan-zig aims to be always compatible with the ever-changing Zig master branch
## Features ## Features
### CLI-interface ### CLI-interface
A CLI-interface is provided to generate vk.zig from the [Vulkan XML registry](https://github.com/KhronosGroup/Vulkan-Docs/blob/master/xml), which is built by default when invoking `zig build` in the project root. To generate vk.zig, simply invoke the program as follows: A CLI-interface is provided to generate vk.zig from the [Vulkan XML registry](https://github.com/KhronosGroup/Vulkan-Docs/blob/main/xml), which is built by default when invoking `zig build` in the project root. To generate vk.zig, simply invoke the program as follows:
``` ```
$ zig-cache/bin/vulkan-zig-generator path/to/vk.xml output/path/to/vk.zig $ zig-cache/bin/vulkan-zig-generator path/to/vk.xml output/path/to/vk.zig
``` ```