Type Alias unity_native_plugin_sys::PFN_vkCmdSetDepthBounds
source · pub type PFN_vkCmdSetDepthBounds = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, minDepthBounds: f32, maxDepthBounds: f32)>;Aliased Type§
enum PFN_vkCmdSetDepthBounds {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: f32, _: f32)),
}