#[repr(transparent)]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.