Struct ash::vk::SpecializationInfoBuilder  
source · #[repr(transparent)]pub struct SpecializationInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> SpecializationInfoBuilder<'a>
 
impl<'a> SpecializationInfoBuilder<'a>
pub fn map_entries(self, map_entries: &'a [SpecializationMapEntry]) -> Self
pub fn data(self, data: &'a [u8]) -> Self
sourcepub fn build(self) -> SpecializationInfo
 
pub fn build(self) -> SpecializationInfo
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.