Constant LIGHTMAPS_PER_SLAB

Source
pub const LIGHTMAPS_PER_SLAB: usize = 4;
Expand description

The number of lightmaps that we store in a single slab, if bindless textures are in use.

If bindless textures aren’t in use, then only a single lightmap can be bound at a time.