pub struct PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
pub fn descriptor_buffer(self, descriptor_buffer: bool) -> Self
pub fn descriptor_buffer_capture_replay( self, descriptor_buffer_capture_replay: bool ) -> Self
pub fn descriptor_buffer_image_layout_ignored( self, descriptor_buffer_image_layout_ignored: bool ) -> Self
pub fn descriptor_buffer_push_descriptors( self, descriptor_buffer_push_descriptors: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceDescriptorBufferFeaturesEXT
pub fn build(self) -> PhysicalDeviceDescriptorBufferFeaturesEXT
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 PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDescriptorBufferFeaturesEXTBuilder<'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