Type Alias unity_native_plugin_sys::PFN_vkCmdCopyBuffer
source · pub type PFN_vkCmdCopyBuffer = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcBuffer: VkBuffer, dstBuffer: VkBuffer, regionCount: u32, pRegions: *const VkBufferCopy)>;Aliased Type§
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.