Struct ash::vk::PhysicalDeviceVariablePointersFeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceVariablePointersFeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn variable_pointers_storage_buffer(
self,
variable_pointers_storage_buffer: bool
) -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
pub fn variable_pointers(
self,
variable_pointers: bool
) -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceVariablePointersFeatures>
Trait Implementations
The resulting type after dereferencing.