pub struct PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
pub fn mutable_descriptor_type( self, mutable_descriptor_type: bool ) -> PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesEXT
pub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesEXT
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 PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMutableDescriptorTypeFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceMutableDescriptorTypeFeaturesEXT
type Target = PhysicalDeviceMutableDescriptorTypeFeaturesEXT
The resulting type after dereferencing.