Function cmd_clear_depth_stencil_image

Source
pub unsafe fn cmd_clear_depth_stencil_image(
    command_buffer: VkCommandBuffer,
    image: VkImage,
    image_layout: VkImageLayout,
    depth_stencil: *const VkClearDepthStencilValue,
    range_count: u32,
    ranges: *const VkImageSubresourceRange,
)