forked from mirror/vulkan-zig
update to latest zig: update to new progress api
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
zig-cache/
|
zig-cache/
|
||||||
zig-out/
|
zig-out/
|
||||||
.vscode/
|
.vscode/.zig-cache/
|
||||||
|
.zig-cache/
|
||||||
|
examples/.zig-cache
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ 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, progress: std.Progress.Node) !void {
|
||||||
_ = progress;
|
_ = progress;
|
||||||
const b = step.owner;
|
const b = step.owner;
|
||||||
const self: *ShaderCompileStep = @fieldParentPtr("step", step);
|
const self: *ShaderCompileStep = @fieldParentPtr("step", step);
|
||||||
|
|||||||
Reference in New Issue
Block a user