pub fn compute_chunk_count(
compression: Compression,
data_size: Vec2<usize>,
blocks: BlockDescription,
) -> usizeExpand description
Compute the number of chunks that an image is divided into. May be an expensive operation.
pub fn compute_chunk_count(
compression: Compression,
data_size: Vec2<usize>,
blocks: BlockDescription,
) -> usizeCompute the number of chunks that an image is divided into. May be an expensive operation.