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