const TEXTURE_DIMENSION_MASK: i32 = 0xFF;
Expand description

If we ever need a larger texture than the ideal, we better round it up to a reasonable number in order to have a bit of leeway in case the size of this this target is changing each frame.