Type Definition erupt::vk1_0::PFN_vkCmdClearDepthStencilImage[][src]

type PFN_vkCmdClearDepthStencilImage = unsafe extern "system" fn(command_buffer: CommandBuffer, image: Image, image_layout: ImageLayout, p_depth_stencil: *const ClearDepthStencilValue, range_count: u32, p_ranges: *const ImageSubresourceRange);

Vulkan Manual Page · Function