gpu: correct TextureView.Descriptor default values
Helps hexops/mach#182 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
99de6a5b11
commit
821117fb26
2 changed files with 7 additions and 6 deletions
|
|
@ -147,11 +147,9 @@ pub const ColorWriteMask = @import("enums.zig").ColorWriteMask;
|
|||
pub const ShaderStage = @import("enums.zig").ShaderStage;
|
||||
|
||||
// Constants
|
||||
const array_layer_count_undefined: u32 = 0xffffffff;
|
||||
const copy_stride_undefined: u32 = 0xffffffff;
|
||||
const limit_u32_undefined: u32 = 0xffffffff;
|
||||
const limit_u64_undefined: u32 = 0xffffffffffffffff;
|
||||
const mip_level_count_undefined: u32 = 0xffffffff;
|
||||
const limit_u64_undefined: u64 = 0xffffffffffffffff;
|
||||
const stride_undefined: u32 = 0xffffffff;
|
||||
const whole_map_size: u32 = std.math.maxInt(c_int);
|
||||
const whole_size: u64 = 0xffffffffffffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue