pub type PFN_vkCmdSetDepthBounds = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, min_depth_bounds: f32, max_depth_bounds: f32)>;Expand description
vkCmdSetDepthBounds
Provided by VK_GRAPHICS_VERSION_1_0.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetDepthBounds {
None,
Some(unsafe extern "system" fn(CommandBuffer, f32, f32)),
}