pub type VkCopyBufferToImageInfo2KHR = VkCopyBufferToImageInfo2;Aliased Type§
#[repr(C)]pub struct VkCopyBufferToImageInfo2KHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub srcBuffer: *mut VkBuffer_T,
pub dstImage: *mut VkImage_T,
pub dstImageLayout: VkImageLayout,
pub regionCount: u32,
pub pRegions: *const VkBufferImageCopy2,
}Fields§
§sType: VkStructureType§pNext: *const c_void§srcBuffer: *mut VkBuffer_T§dstImage: *mut VkImage_T§dstImageLayout: VkImageLayout§regionCount: u32§pRegions: *const VkBufferImageCopy2