#[repr(C)]pub struct VkPhysicalDeviceSparseProperties {
pub residencyStandard2DBlockShape: VkBool32,
pub residencyStandard2DMultisampleBlockShape: VkBool32,
pub residencyStandard3DBlockShape: VkBool32,
pub residencyAlignedMipSize: VkBool32,
pub residencyNonResidentStrict: VkBool32,
}
Fields§
§residencyStandard2DBlockShape: VkBool32
§residencyStandard2DMultisampleBlockShape: VkBool32
§residencyStandard3DBlockShape: VkBool32
§residencyAlignedMipSize: VkBool32
§residencyNonResidentStrict: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceSparseProperties
impl Clone for VkPhysicalDeviceSparseProperties
Source§fn clone(&self) -> VkPhysicalDeviceSparseProperties
fn clone(&self) -> VkPhysicalDeviceSparseProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkPhysicalDeviceSparseProperties
impl Default for VkPhysicalDeviceSparseProperties
Source§fn default() -> VkPhysicalDeviceSparseProperties
fn default() -> VkPhysicalDeviceSparseProperties
Returns the “default value” for a type. Read more
impl Copy for VkPhysicalDeviceSparseProperties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceSparseProperties
impl RefUnwindSafe for VkPhysicalDeviceSparseProperties
impl Send for VkPhysicalDeviceSparseProperties
impl Sync for VkPhysicalDeviceSparseProperties
impl Unpin for VkPhysicalDeviceSparseProperties
impl UnwindSafe for VkPhysicalDeviceSparseProperties
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