pub struct VkPhysicalDeviceSparseProperties {
pub residency_standard_2_dblock_shape: bool,
pub residency_standard_2_dmultisample_block_shape: bool,
pub residency_standard_3_dblock_shape: bool,
pub residency_aligned_mip_size: bool,
pub residency_non_resident_strict: bool,
}Expand description
Wrapper for VkPhysicalDeviceSparseProperties.
Fields§
§residency_standard_2_dblock_shape: bool§residency_standard_2_dmultisample_block_shape: bool§residency_standard_3_dblock_shape: bool§residency_aligned_mip_size: bool§residency_non_resident_strict: boolTrait 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§fn clone_from(&mut self, source: &Self)
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
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