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§
pub enum PFN_vkCmdClearDepthStencilImage {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImage_T, u32, *const VkClearDepthStencilValue, u32, *const VkImageSubresourceRange)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImage_T, u32, *const VkClearDepthStencilValue, u32, *const VkImageSubresourceRange))
Some value of type T.