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