From 2e7747bfed09c2c67384c642eee172b11bdcbc39 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 27 Jul 2022 10:21:10 -0700 Subject: [PATCH] gpu: remove deprecated stride_undefined constant Signed-off-by: Stephen Gutekanst --- gpu/src/main.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/gpu/src/main.zig b/gpu/src/main.zig index 0ca1b50d..fe4cd23e 100644 --- a/gpu/src/main.zig +++ b/gpu/src/main.zig @@ -5,7 +5,6 @@ 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 stride_undefined = 0xffffffff; pub const whole_map_size = std.math.maxInt(usize); pub const whole_size = 0xffffffffffffffff;