added spirv-tools build script

This commit is contained in:
sinnwrig 2024-05-28 14:29:13 -07:00
parent 46bc477f4b
commit 48adc7a80d
6 changed files with 306 additions and 805 deletions

1091
External/spirv-tools.zig vendored

File diff suppressed because it is too large Load diff

View file

@ -280,7 +280,7 @@ pub fn build(b: *Build) !void {
if (build_shared) buildShared(b, lib, optimize, target); if (build_shared) buildShared(b, lib, optimize, target);
break :blk .{ .lib = lib, .lib_path = null }; break :blk .{ .lib = lib, .lib_path = null };
} };
}; };
if (skip_executables) if (skip_executables)

0
zig-cache/h/timestamp Normal file
View file

View file

@ -0,0 +1,2 @@
pub const packages = struct {};
pub const root_deps: []const struct { []const u8, []const u8 } = &.{};

Binary file not shown.