Struct ash::vk::SubpassSampleLocationsEXTBuilder [−][src]
#[repr(transparent)]pub struct SubpassSampleLocationsEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn sample_locations_info(
self,
sample_locations_info: SampleLocationsInfoEXT
) -> SubpassSampleLocationsEXTBuilder<'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 = SubpassSampleLocationsEXT>
Trait Implementations
type Target = SubpassSampleLocationsEXT
type Target = SubpassSampleLocationsEXT
The resulting type after dereferencing.