Struct ash::vk::SampleLocationEXTBuilder
source · #[repr(transparent)]pub struct SampleLocationEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SampleLocationEXTBuilder<'a>
impl<'a> SampleLocationEXTBuilder<'a>
pub fn x(self, x: f32) -> Self
pub fn y(self, y: f32) -> Self
sourcepub fn build(self) -> SampleLocationEXT
pub fn build(self) -> SampleLocationEXT
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.