pub type PFN_vkAllocateCommandBuffers = Option<unsafe extern "system" fn(device: VkDevice, pAllocateInfo: *const VkCommandBufferAllocateInfo, pCommandBuffers: *mut VkCommandBuffer) -> VkResult>;Aliased Type§
pub enum PFN_vkAllocateCommandBuffers {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkCommandBufferAllocateInfo, *mut *mut VkCommandBuffer_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkCommandBufferAllocateInfo, *mut *mut VkCommandBuffer_T) -> i32)
Some value of type T.