Struct lava::VkSubresourceLayout[][src]

pub struct VkSubresourceLayout {
    pub offset: usize,
    pub size: usize,
    pub row_pitch: usize,
    pub array_pitch: usize,
    pub depth_pitch: usize,
}

Fields

Trait Implementations

impl Debug for VkSubresourceLayout
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSubresourceLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSubresourceLayout
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations