Struct ash::vk::SubresourceLayout [−][src]
#[repr(C)]pub struct SubresourceLayout { pub offset: DeviceSize, pub size: DeviceSize, pub row_pitch: DeviceSize, pub array_pitch: DeviceSize, pub depth_pitch: DeviceSize, }
Expand description
Fields
offset: DeviceSize
size: DeviceSize
row_pitch: DeviceSize
array_pitch: DeviceSize
depth_pitch: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SubresourceLayout
impl Send for SubresourceLayout
impl Sync for SubresourceLayout
impl Unpin for SubresourceLayout
impl UnwindSafe for SubresourceLayout
Blanket Implementations
Mutably borrows from an owned value. Read more