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