pub type PFN_vkCmdSetDepthBoundsTestEnableEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, depthBoundsTestEnable: VkBool32)>;Aliased Type§
enum PFN_vkCmdSetDepthBoundsTestEnableEXT {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: u32)),
}