Struct ash::vk::PhysicalDeviceInlineUniformBlockFeaturesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceInlineUniformBlockFeaturesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn inline_uniform_block(
self,
inline_uniform_block: bool
) -> PhysicalDeviceInlineUniformBlockFeaturesEXTBuilder<'a>
pub fn descriptor_binding_inline_uniform_block_update_after_bind(
self,
descriptor_binding_inline_uniform_block_update_after_bind: bool
) -> PhysicalDeviceInlineUniformBlockFeaturesEXTBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceInlineUniformBlockFeaturesEXT>
Trait Implementations
The resulting type after dereferencing.