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