Struct vk_sys::SubresourceLayout [−][src]
#[repr(C)]pub struct SubresourceLayout { pub offset: DeviceSize, pub size: DeviceSize, pub rowPitch: DeviceSize, pub arrayPitch: DeviceSize, pub depthPitch: DeviceSize, }
Fields
offset: DeviceSize
size: DeviceSize
rowPitch: DeviceSize
arrayPitch: DeviceSize
depthPitch: DeviceSize