pub const ATLAS_FRAGMENT_SIZE: u32 = 4096;Expand description
Threshold for considering an image “large” requiring GPU tiling Atlas fragment/tile size in pixels. Large images are split into fragments of this size. Must match the atlas SIZE constant in libcosmic/iced/wgpu/src/image/atlas.rs