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