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