forked from mirror/vulkan-zig
Restructure to allow for other binding generators in the future
This commit is contained in:
6
generator/index.zig
Normal file
6
generator/index.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
pub const generateVk = @import("vulkan/generator.zig").generate;
|
||||
|
||||
test "main" {
|
||||
_ = @import("xml.zig");
|
||||
_ = @import("c-parse.zig");
|
||||
}
|
||||
Reference in New Issue
Block a user