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