Struct ash::vk::DescriptorSetBindingReferenceVALVEBuilder  
source · #[repr(transparent)]pub struct DescriptorSetBindingReferenceVALVEBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DescriptorSetBindingReferenceVALVEBuilder<'a>
 
impl<'a> DescriptorSetBindingReferenceVALVEBuilder<'a>
pub fn descriptor_set_layout( self, descriptor_set_layout: DescriptorSetLayout ) -> Self
pub fn binding(self, binding: u32) -> Self
sourcepub fn build(self) -> DescriptorSetBindingReferenceVALVE
 
pub fn build(self) -> DescriptorSetBindingReferenceVALVE
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.