pub const MAX_GPU_MIPS: usize = 6;Expand description
GPU.11 — max mip levels the per-slot layout reserves room for in
GridStaticMeta’s relative-offset tables. Matches
crate::decompress::GPU_MAX_MIPS; the shader’s array<u32, N>
must use the same N.