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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *mut VkBuffer_T, _: *mut VkBuffer_T, _: u32, _: *const VkBufferCopy))

Some value of type T.