Struct ash::vk::MutableDescriptorTypeListVALVEBuilder
source · #[repr(transparent)]pub struct MutableDescriptorTypeListVALVEBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MutableDescriptorTypeListVALVEBuilder<'a>
impl<'a> MutableDescriptorTypeListVALVEBuilder<'a>
pub fn descriptor_types(self, descriptor_types: &'a [DescriptorType]) -> Self
sourcepub fn build(self) -> MutableDescriptorTypeListVALVE
pub fn build(self) -> MutableDescriptorTypeListVALVE
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.