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