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 ) -> PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceColorWriteEnableFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceColorWriteEnableFeaturesEXT
type Target = PhysicalDeviceColorWriteEnableFeaturesEXT
The resulting type after dereferencing.