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