Skip to main content

skinned_index_buffer_bytes

Function skinned_index_buffer_bytes 

Source
pub fn skinned_index_buffer_bytes(index_count: usize) -> usize
Expand description

Bytes to allocate for the shared u32 skinned index buffer holding index_count indices. One index per word, so the only rounding left is the floor: no backend accepts a zero-length buffer.