forked from mirror/vulkan-zig
move generator/ to src/
A long time ago there was the idea to use src/ for something else, but that is no longer relevant. Its nice to switch to a more conventional repo layout.
This commit is contained in:
@@ -34,7 +34,7 @@ NOTE: you need to replace `path/to/vk.xml` with the spec path from whatever sour
|
||||
### Generation from build.zig
|
||||
Vulkan bindings can be generated from the Vulkan XML registry at compile time with build.zig, by using the provided Vulkan generation step:
|
||||
```zig
|
||||
const vkgen = @import("vulkan-zig/generator/index.zig");
|
||||
const vkgen = @import("vulkan-zig/src/index.zig");
|
||||
|
||||
pub fn build(b: *Builder) void {
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user