forked from mirror/vulkan-zig
zig fmt **.zig
This commit is contained in:
@@ -49,7 +49,7 @@ pub const ShaderCompileStep = struct {
|
||||
"shaders",
|
||||
src,
|
||||
}) catch unreachable;
|
||||
self.shaders.append(.{.source_path = src, .full_out_path = full_out_path}) catch unreachable;
|
||||
self.shaders.append(.{ .source_path = src, .full_out_path = full_out_path }) catch unreachable;
|
||||
return full_out_path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user