pub type PFN_vkCmdConvertCooperativeVectorMatrixNV = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, infoCount: u32, pInfos: *const VkConvertCooperativeVectorMatrixInfoNV)>;Aliased Type§
pub enum PFN_vkCmdConvertCooperativeVectorMatrixNV {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u32, *const VkConvertCooperativeVectorMatrixInfoNV)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u32, *const VkConvertCooperativeVectorMatrixInfoNV))
Some value of type T.