Struct ash::vk::PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn max_inline_uniform_block_size(
self,
max_inline_uniform_block_size: u32
) -> PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'a>
pub fn max_per_stage_descriptor_inline_uniform_blocks(
self,
max_per_stage_descriptor_inline_uniform_blocks: u32
) -> PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'a>
pub fn max_per_stage_descriptor_update_after_bind_inline_uniform_blocks(
self,
max_per_stage_descriptor_update_after_bind_inline_uniform_blocks: u32
) -> PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'a>
pub fn max_descriptor_set_inline_uniform_blocks(
self,
max_descriptor_set_inline_uniform_blocks: u32
) -> PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'a>
pub fn max_descriptor_set_update_after_bind_inline_uniform_blocks(
self,
max_descriptor_set_update_after_bind_inline_uniform_blocks: u32
) -> PhysicalDeviceInlineUniformBlockPropertiesEXTBuilder<'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 = PhysicalDeviceInlineUniformBlockPropertiesEXT>
Trait Implementations
The resulting type after dereferencing.