#[repr(C)]pub struct SparseImageFormatProperties {
pub aspect_mask: ImageAspectFlagBits,
pub image_granularity: Extent3D,
pub flags: SparseImageFormatFlagBits,
}Expand description
VkSparseImageFormatProperties
Provided by VK_BASE_VERSION_1_0.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§aspect_mask: ImageAspectFlagBits§image_granularity: Extent3D§flags: SparseImageFormatFlagBitsImplementations§
Source§impl SparseImageFormatProperties
impl SparseImageFormatProperties
Sourcepub fn builder() -> SparseImageFormatPropertiesBuilder
pub fn builder() -> SparseImageFormatPropertiesBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for SparseImageFormatProperties
impl Clone for SparseImageFormatProperties
Source§fn clone(&self) -> SparseImageFormatProperties
fn clone(&self) -> SparseImageFormatProperties
Returns a duplicate 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
impl Copy for SparseImageFormatProperties
Auto Trait Implementations§
impl Freeze for SparseImageFormatProperties
impl RefUnwindSafe for SparseImageFormatProperties
impl Send for SparseImageFormatProperties
impl Sync for SparseImageFormatProperties
impl Unpin for SparseImageFormatProperties
impl UnsafeUnpin for SparseImageFormatProperties
impl UnwindSafe for SparseImageFormatProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more