Struct ash::vk::types::SparseImageMemoryRequirements
[−]
[src]
#[repr(C)]pub struct SparseImageMemoryRequirements { pub format_properties: SparseImageFormatProperties, pub image_mip_tail_first_lod: uint32_t, pub image_mip_tail_size: DeviceSize, pub image_mip_tail_offset: DeviceSize, pub image_mip_tail_stride: DeviceSize, }
Fields
format_properties: SparseImageFormatProperties
image_mip_tail_first_lod: uint32_t
image_mip_tail_size: DeviceSize
image_mip_tail_offset: DeviceSize
image_mip_tail_stride: DeviceSize
Trait Implementations
impl Debug for SparseImageMemoryRequirements[src]
impl Clone for SparseImageMemoryRequirements[src]
fn clone(&self) -> SparseImageMemoryRequirements
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Hash for SparseImageMemoryRequirements[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.