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
) -> PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceRepresentativeFragmentTestFeaturesNVBuilder<'a>
§type Target = PhysicalDeviceRepresentativeFragmentTestFeaturesNV
type Target = PhysicalDeviceRepresentativeFragmentTestFeaturesNV
The resulting type after dereferencing.