gpu: fix confusing terminology conflict between WebGPU vs. Zig "undefined"
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fa96792168
commit
75a09c7828
5 changed files with 49 additions and 42 deletions
|
|
@ -1,10 +1,10 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const array_layer_count_undefined = 0xffffffff;
|
||||
pub const copy_stride_undefined = 0xffffffff;
|
||||
pub const limit_u32_undefined = 0xffffffff;
|
||||
pub const limit_u64_undefined = 0xffffffffffffffff;
|
||||
pub const mip_level_count_undefined = 0xffffffff;
|
||||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue