#[repr(C)]pub struct PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub fragment_density_offset_granularity: Extent2D,
}Expand description
VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
Provided by VK_EXT_fragment_density_map_offset.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
fragment_density_offset_granularity: Extent2DImplementations§
Source§impl PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl Clone for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
fn clone(&self) -> PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
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 PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl !Send for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl !Sync for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl Unpin for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
impl UnwindSafe for PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
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