#[repr(transparent)]pub struct PhysicalDeviceInlineUniformBlockPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceInlineUniformBlockPropertiesBuilder<'a>
impl<'a> PhysicalDeviceInlineUniformBlockPropertiesBuilder<'a>
pub fn max_inline_uniform_block_size( self, max_inline_uniform_block_size: u32 ) -> Self
pub fn max_per_stage_descriptor_inline_uniform_blocks( self, max_per_stage_descriptor_inline_uniform_blocks: u32 ) -> Self
pub fn max_per_stage_descriptor_update_after_bind_inline_uniform_blocks( self, max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32 ) -> Self
pub fn max_descriptor_set_inline_uniform_blocks( self, max_descriptor_set_inline_uniform_blocks: u32 ) -> Self
pub fn max_descriptor_set_update_after_bind_inline_uniform_blocks( self, max_descriptor_set_update_after_bind_inline_uniform_blocks: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceInlineUniformBlockProperties
pub fn build(self) -> PhysicalDeviceInlineUniformBlockProperties
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.