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.
Trait Implementations§
source§impl<'a> Deref for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> Deref for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
source§impl<'a> DerefMut for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineSampleLocationsStateCreateInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> !Send for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> !Sync for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> Unpin for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for PipelineSampleLocationsStateCreateInfoEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more