#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub subsampled_loads: u32,
pub subsampled_coarse_reconstruction_early_access: u32,
pub max_subsampled_array_layers: u32,
pub max_descriptor_set_subsampled_samplers: u32,
}Expand description
VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
Provided by VK_EXT_fragment_density_map2.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
subsampled_loads: u32§subsampled_coarse_reconstruction_early_access: u32§max_subsampled_array_layers: u32§max_descriptor_set_subsampled_samplers: u32Implementations§
Source§impl PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl PhysicalDeviceFragmentDensityMap2PropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
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 moreimpl Copy for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnsafeUnpin for PhysicalDeviceFragmentDensityMap2PropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXT
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