[][src]Type Definition vulkan_sys::PFN_vkCmdSetDepthBounds

type PFN_vkCmdSetDepthBounds = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, minDepthBounds: f32, maxDepthBounds: f32)>;