pub struct PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
pub fn linear_color_attachment(
self,
linear_color_attachment: bool
) -> PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV
pub fn build(self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV
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 PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceLinearColorAttachmentFeaturesNVBuilder<'a>
§type Target = PhysicalDeviceLinearColorAttachmentFeaturesNV
type Target = PhysicalDeviceLinearColorAttachmentFeaturesNV
The resulting type after dereferencing.