Struct ash::vk::RenderPassSampleLocationsBeginInfoEXTBuilder [−][src]
#[repr(transparent)]pub struct RenderPassSampleLocationsBeginInfoEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn attachment_initial_sample_locations(
self,
attachment_initial_sample_locations: &'a [AttachmentSampleLocationsEXT]
) -> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
pub fn post_subpass_sample_locations(
self,
post_subpass_sample_locations: &'a [SubpassSampleLocationsEXT]
) -> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
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.
Methods from Deref<Target = RenderPassSampleLocationsBeginInfoEXT>
Trait Implementations
The resulting type after dereferencing.