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 ) -> DescriptorSetVariableDescriptorCountLayoutSupportBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for DescriptorSetVariableDescriptorCountLayoutSupportBuilder<'a>
impl<'a> Deref for DescriptorSetVariableDescriptorCountLayoutSupportBuilder<'a>
§type Target = DescriptorSetVariableDescriptorCountLayoutSupport
type Target = DescriptorSetVariableDescriptorCountLayoutSupport
The resulting type after dereferencing.