Struct vk_sys::PhysicalDeviceSparseProperties[][src]

#[repr(C)]
pub struct PhysicalDeviceSparseProperties { pub residencyStandard2DBlockShape: Bool32, pub residencyStandard2DMultisampleBlockShape: Bool32, pub residencyStandard3DBlockShape: Bool32, pub residencyAlignedMipSize: Bool32, pub residencyNonResidentStrict: Bool32, }

Fields

residencyStandard2DBlockShape: Bool32residencyStandard2DMultisampleBlockShape: Bool32residencyStandard3DBlockShape: Bool32residencyAlignedMipSize: Bool32residencyNonResidentStrict: Bool32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.