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