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