pub type PFN_vkCmdSetDepthBoundsTestEnable = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, depth_bounds_test_enable: u32)>;Expand description
vkCmdSetDepthBoundsTestEnable
Provided by VK_GRAPHICS_VERSION_1_3.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdSetDepthBoundsTestEnable {
None,
Some(unsafe extern "system" fn(CommandBuffer, u32)),
}