Struct vulkanalia_sys::SubresourceLayout
source · [−]#[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: DeviceSizesize: DeviceSizerow_pitch: DeviceSizearray_pitch: DeviceSizedepth_pitch: DeviceSizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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