#[repr(transparent)]pub struct PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
pub fn color_write_enable(self, color_write_enable: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceColorWriteEnableFeaturesEXT
pub fn build(self) -> PhysicalDeviceColorWriteEnableFeaturesEXT
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.