gpu: workaround stage2 usingnamespace bug
See ziglang/zig#12429 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9a79da0f69
commit
27df1e7ca8
4 changed files with 14 additions and 17 deletions
|
|
@ -1,13 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const array_layer_count_undef = 0xffffffff;
|
||||
pub const copy_stride_undef = 0xffffffff;
|
||||
pub const limit_u32_undef = 0xffffffff;
|
||||
pub const limit_u64_undef = 0xffffffffffffffff;
|
||||
pub const mip_level_count_undef = 0xffffffff;
|
||||
pub const whole_map_size = std.math.maxInt(usize);
|
||||
pub const whole_size = 0xffffffffffffffff;
|
||||
|
||||
pub usingnamespace @import("adapter.zig");
|
||||
pub usingnamespace @import("bind_group.zig");
|
||||
pub usingnamespace @import("bind_group_layout.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue