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