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