Struct lava::VkSparseImageMemoryRequirements[][src]

pub struct VkSparseImageMemoryRequirements {
    pub format_properties: VkSparseImageFormatProperties,
    pub image_mip_tail_first_lod: usize,
    pub image_mip_tail_size: usize,
    pub image_mip_tail_offset: usize,
    pub image_mip_tail_stride: usize,
}

Fields

Trait Implementations

impl Debug for VkSparseImageMemoryRequirements
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSparseImageMemoryRequirements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSparseImageMemoryRequirements
[src]

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

Auto Trait Implementations