Struct ash::vk::CoarseSampleOrderCustomNVBuilder
source · #[repr(transparent)]pub struct CoarseSampleOrderCustomNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CoarseSampleOrderCustomNVBuilder<'a>
impl<'a> CoarseSampleOrderCustomNVBuilder<'a>
pub fn shading_rate(self, shading_rate: ShadingRatePaletteEntryNV) -> Self
pub fn sample_count(self, sample_count: u32) -> Self
pub fn sample_locations( self, sample_locations: &'a [CoarseSampleLocationNV] ) -> Self
sourcepub fn build(self) -> CoarseSampleOrderCustomNV
pub fn build(self) -> CoarseSampleOrderCustomNV
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.