Updated Vulkan XML registry master branch name

The Vulkan XML registry changed their name from "master" to "main". This bit me when I followed the link in the README, didn't read too carefully that it was X commits behind, and downloaded a pretty old and incompatible version of `vk.xml` by mistake.
This commit is contained in:
Jens Goldberg
2021-11-11 19:34:34 +00:00
committed by GitHub
parent c6b46172c8
commit 9aab9f4480

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
``` ```