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)>;
pub enum PFN_vkCmdCopyMemoryToImageIndirectNV {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, u64, u32, u32, *mut VkImage_T, u32, *const VkImageSubresourceLayers)),
}