#[repr(transparent)]pub struct PhysicalDeviceFragmentShadingRateEnumsPropertiesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentShadingRateEnumsPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceFragmentShadingRateEnumsPropertiesNVBuilder<'a>
pub fn max_fragment_shading_rate_invocation_count( self, max_fragment_shading_rate_invocation_count: SampleCountFlags ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV
pub fn build(self) -> PhysicalDeviceFragmentShadingRateEnumsPropertiesNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.