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: DeviceSizesize: DeviceSizerowPitch: DeviceSizearrayPitch: DeviceSizedepthPitch: DeviceSize