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