pub type PFN_vkCmdClearDepthStencilImage = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, image: VkImage, imageLayout: VkImageLayout, pDepthStencil: *const VkClearDepthStencilValue, rangeCount: u32, pRanges: *const VkImageSubresourceRange)>;

Aliased Type§

enum PFN_vkCmdClearDepthStencilImage {
    None,
    Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkImage_T, _: u32, _: *const VkClearDepthStencilValue, _: u32, _: *const VkImageSubresourceRange)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkImage_T, _: u32, _: *const VkClearDepthStencilValue, _: u32, _: *const VkImageSubresourceRange))

Some value of type T.