pub type PFN_vkCmdCopyBuffer = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcBuffer: VkBuffer, dstBuffer: VkBuffer, regionCount: u32, pRegions: *const VkBufferCopy)>;Aliased Type§
pub enum PFN_vkCmdCopyBuffer {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkBuffer_T, *mut VkBuffer_T, u32, *const VkBufferCopy)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkBuffer_T, *mut VkBuffer_T, u32, *const VkBufferCopy))
Some value of type T.