#[repr(transparent)]pub struct DescriptorSetLayoutBindingFlagsCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DescriptorSetLayoutBindingFlagsCreateInfoBuilder<'a>
impl<'a> DescriptorSetLayoutBindingFlagsCreateInfoBuilder<'a>
pub fn binding_flags(self, binding_flags: &'a [DescriptorBindingFlags]) -> Self
sourcepub fn build(self) -> DescriptorSetLayoutBindingFlagsCreateInfo
pub fn build(self) -> DescriptorSetLayoutBindingFlagsCreateInfo
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.