Struct ash::vk::SubpassSampleLocationsEXTBuilder
source · #[repr(transparent)]pub struct SubpassSampleLocationsEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SubpassSampleLocationsEXTBuilder<'a>
impl<'a> SubpassSampleLocationsEXTBuilder<'a>
pub fn subpass_index(self, subpass_index: u32) -> Self
pub fn sample_locations_info( self, sample_locations_info: SampleLocationsInfoEXT ) -> Self
sourcepub fn build(self) -> SubpassSampleLocationsEXT
pub fn build(self) -> SubpassSampleLocationsEXT
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.