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