Type Definition erupt::vk1_0::PFN_vkCmdSetDepthBounds

source ·
pub type PFN_vkCmdSetDepthBounds = unsafe extern "system" fn(command_buffer: CommandBuffer, min_depth_bounds: c_float, max_depth_bounds: c_float);
Expand description

Vulkan Manual Page · Function