pub type PFN_vkCmdBindInvocationMaskHUAWEI = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, imageView: VkImageView, imageLayout: VkImageLayout)>;Aliased Type§
pub enum PFN_vkCmdBindInvocationMaskHUAWEI {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImageView_T, u32)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImageView_T, u32))
Some value of type T.