Type Alias unity_native_plugin_sys::PFN_vkCmdSetDepthBias

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

Aliased Type§

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.