PFN_vkCmdSetDepthBias

Type Alias PFN_vkCmdSetDepthBias 

Source
pub type PFN_vkCmdSetDepthBias = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, depthBiasConstantFactor: f32, depthBiasClamp: f32, depthBiasSlopeFactor: f32)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.