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