PFN_vkCmdCopyMemoryToImageIndirectNV

Type Alias PFN_vkCmdCopyMemoryToImageIndirectNV 

Source
pub type PFN_vkCmdCopyMemoryToImageIndirectNV = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, copyBufferAddress: VkDeviceAddress, copyCount: u32, stride: u32, dstImage: VkImage, dstImageLayout: VkImageLayout, pImageSubresources: *const VkImageSubresourceLayers)>;

Aliased Type§

pub enum PFN_vkCmdCopyMemoryToImageIndirectNV {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u64, u32, u32, *mut VkImage_T, u32, *const VkImageSubresourceLayers)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u64, u32, u32, *mut VkImage_T, u32, *const VkImageSubresourceLayers))

Some value of type T.