#[repr(transparent)]pub struct RenderPassSampleLocationsBeginInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
pub fn attachment_initial_sample_locations( self, attachment_initial_sample_locations: &'a [AttachmentSampleLocationsEXT] ) -> Self
pub fn post_subpass_sample_locations( self, post_subpass_sample_locations: &'a [SubpassSampleLocationsEXT] ) -> Self
sourcepub fn build(self) -> RenderPassSampleLocationsBeginInfoEXT
pub fn build(self) -> RenderPassSampleLocationsBeginInfoEXT
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.