PFN_vkCmdSetDepthBounds

Type Alias PFN_vkCmdSetDepthBounds 

Source
pub type PFN_vkCmdSetDepthBounds = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, minDepthBounds: f32, maxDepthBounds: f32)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, f32, f32))

Some value of type T.