pub struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
pub fn attachment_feedback_loop_layout( self, attachment_feedback_loop_layout: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
pub fn build(self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
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 PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more