#[repr(transparent)]pub struct PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a>
pub fn representative_fragment_test( self, representative_fragment_test: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceRepresentativeFragmentTestFeaturesNV
pub fn build(self) -> PhysicalDeviceRepresentativeFragmentTestFeaturesNV
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.