forked from mirror/vulkan-zig
update to latest zig
This commit is contained in:
@@ -165,8 +165,8 @@ pub const ShaderCompileStep = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Internal build function.
|
/// Internal build function.
|
||||||
fn make(step: *Build.Step, progress: std.Progress.Node) !void {
|
fn make(step: *Build.Step, options: Build.Step.MakeOptions) !void {
|
||||||
_ = progress;
|
_ = options;
|
||||||
const b = step.owner;
|
const b = step.owner;
|
||||||
const self: *ShaderCompileStep = @fieldParentPtr("step", step);
|
const self: *ShaderCompileStep = @fieldParentPtr("step", step);
|
||||||
const cwd = std.fs.cwd();
|
const cwd = std.fs.cwd();
|
||||||
|
|||||||
Reference in New Issue
Block a user