u64_offset_to_u32_offset

Function u64_offset_to_u32_offset 

Source
fn u64_offset_to_u32_offset(offset: u64) -> u32
Expand description

Indirect draw validation doesn’t support u64 offsets.

This fn should never panic due to the assert in Draw::new.