Struct ash::vk::SparseImageFormatProperties
source · #[repr(C)]pub struct SparseImageFormatProperties {
pub aspect_mask: ImageAspectFlags,
pub image_granularity: Extent3D,
pub flags: SparseImageFormatFlags,
}
Expand description
Fields§
§aspect_mask: ImageAspectFlags
§image_granularity: Extent3D
§flags: SparseImageFormatFlags
Implementations§
source§impl SparseImageFormatProperties
impl SparseImageFormatProperties
pub fn builder<'a>() -> SparseImageFormatPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for SparseImageFormatProperties
impl Clone for SparseImageFormatProperties
source§fn clone(&self) -> SparseImageFormatProperties
fn clone(&self) -> SparseImageFormatProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SparseImageFormatProperties
impl Debug for SparseImageFormatProperties
source§impl Default for SparseImageFormatProperties
impl Default for SparseImageFormatProperties
source§fn default() -> SparseImageFormatProperties
fn default() -> SparseImageFormatProperties
Returns the “default value” for a type. Read more