pub type PFN_vkCmdSetDepthBounds = unsafe extern "system" fn(_command_buffer: CommandBuffer, _min_depth_bounds: f32, _max_depth_bounds: f32);
Expand description