pub fn skinned_index_buffer_bytes(index_count: usize) -> usizeExpand 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.