mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.Target: Update maximum supported Vulkan version.
This commit is contained in:
parent
8b7f512b9a
commit
c1fc353923
@ -638,7 +638,7 @@ pub const Os = struct {
|
||||
.vulkan => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 1, .minor = 2, .patch = 0 },
|
||||
.max = .{ .major = 1, .minor = 4, .patch = 309 },
|
||||
.max = .{ .major = 1, .minor = 4, .patch = 313 },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user