gpu: remove deprecated stride_undefined constant
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a67253e4f4
commit
2e7747bfed
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ pub const copy_stride_undefined = 0xffffffff;
|
||||||
pub const limit_u32_undefined = 0xffffffff;
|
pub const limit_u32_undefined = 0xffffffff;
|
||||||
pub const limit_u64_undefined = 0xffffffffffffffff;
|
pub const limit_u64_undefined = 0xffffffffffffffff;
|
||||||
pub const mip_level_count_undefined = 0xffffffff;
|
pub const mip_level_count_undefined = 0xffffffff;
|
||||||
pub const stride_undefined = 0xffffffff;
|
|
||||||
pub const whole_map_size = std.math.maxInt(usize);
|
pub const whole_map_size = std.math.maxInt(usize);
|
||||||
pub const whole_size = 0xffffffffffffffff;
|
pub const whole_size = 0xffffffffffffffff;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue