forked from mirror/vulkan-zig
zig fmt **.zig
This commit is contained in:
@@ -52,7 +52,7 @@ pub const GenerateStep = struct {
|
||||
pub fn initFromSdk(builder: *Builder, sdk_path: []const u8, out_path: []const u8) *GenerateStep {
|
||||
const spec_path = std.fs.path.join(
|
||||
builder.allocator,
|
||||
&[_][]const u8{sdk_path, "share/vulkan/registry/vk.xml"},
|
||||
&[_][]const u8{ sdk_path, "share/vulkan/registry/vk.xml" },
|
||||
) catch unreachable;
|
||||
|
||||
return init(builder, spec_path, out_path);
|
||||
|
||||
Reference in New Issue
Block a user