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