#[repr(transparent)]pub struct DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
impl<'a> DescriptorSetLayoutHostMappingInfoVALVEBuilder<'a>
pub fn descriptor_offset(self, descriptor_offset: usize) -> Self
pub fn descriptor_size(self, descriptor_size: u32) -> Self
sourcepub fn build(self) -> DescriptorSetLayoutHostMappingInfoVALVE
pub fn build(self) -> DescriptorSetLayoutHostMappingInfoVALVE
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.