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)),
}