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
) -> PhysicalDeviceInlineUniformBlockFeaturesBuilder<'a>
pub fn descriptor_binding_inline_uniform_block_update_after_bind(
self,
descriptor_binding_inline_uniform_block_update_after_bind: bool
) -> PhysicalDeviceInlineUniformBlockFeaturesBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceInlineUniformBlockFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceInlineUniformBlockFeaturesBuilder<'a>
§type Target = PhysicalDeviceInlineUniformBlockFeatures
type Target = PhysicalDeviceInlineUniformBlockFeatures
The resulting type after dereferencing.