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

Trait Implementations

impl Debug for SparseImageMemoryRequirements
[src]

[src]

Formats the value using the given formatter.

impl Clone for SparseImageMemoryRequirements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for SparseImageMemoryRequirements
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more