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