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