pub type PFN_vkCmdSetEvent2 = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, event: VkEvent, pDependencyInfo: *const VkDependencyInfo)>;
Aliased Type§
pub enum PFN_vkCmdSetEvent2 {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkEvent_T, *const VkDependencyInfo)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkEvent_T, *const VkDependencyInfo))
Some value of type T
.