Type Alias unity_native_plugin_sys::PFN_vkCmdClearDepthStencilImage
source · 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§
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.