Struct ash::vk::PhysicalDeviceSparseProperties
source · #[repr(C)]pub struct PhysicalDeviceSparseProperties {
pub residency_standard2_d_block_shape: Bool32,
pub residency_standard2_d_multisample_block_shape: Bool32,
pub residency_standard3_d_block_shape: Bool32,
pub residency_aligned_mip_size: Bool32,
pub residency_non_resident_strict: Bool32,
}
Expand description
Fields§
§residency_standard2_d_block_shape: Bool32
§residency_standard2_d_multisample_block_shape: Bool32
§residency_standard3_d_block_shape: Bool32
§residency_aligned_mip_size: Bool32
§residency_non_resident_strict: Bool32
Implementations§
source§impl PhysicalDeviceSparseProperties
impl PhysicalDeviceSparseProperties
pub fn builder<'a>() -> PhysicalDeviceSparsePropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceSparseProperties
impl Clone for PhysicalDeviceSparseProperties
source§fn clone(&self) -> PhysicalDeviceSparseProperties
fn clone(&self) -> PhysicalDeviceSparseProperties
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 Default for PhysicalDeviceSparseProperties
impl Default for PhysicalDeviceSparseProperties
source§fn default() -> PhysicalDeviceSparseProperties
fn default() -> PhysicalDeviceSparseProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSparseProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSparseProperties
impl RefUnwindSafe for PhysicalDeviceSparseProperties
impl Send for PhysicalDeviceSparseProperties
impl Sync for PhysicalDeviceSparseProperties
impl Unpin for PhysicalDeviceSparseProperties
impl UnwindSafe for PhysicalDeviceSparseProperties
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