Skip to main content

MAX_TILED_DEPTH

Constant MAX_TILED_DEPTH 

Source
pub const MAX_TILED_DEPTH: usize = 8;
Expand description

Maximum recursion depth for nested tiled layouts.

The spec RECOMMENDS a maximum of 8 levels; this implementation enforces it.