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