Skip to main content

PFN_vkCmdSetDepthBounds

Type Alias PFN_vkCmdSetDepthBounds 

Source
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

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdSetDepthBounds {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, f32, f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, f32, f32))

Some value of type T.