Struct ash::vk::DescriptorImageInfoBuilder  
source · #[repr(transparent)]pub struct DescriptorImageInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DescriptorImageInfoBuilder<'a>
 
impl<'a> DescriptorImageInfoBuilder<'a>
pub fn sampler(self, sampler: Sampler) -> Self
pub fn image_view(self, image_view: ImageView) -> Self
pub fn image_layout(self, image_layout: ImageLayout) -> Self
sourcepub fn build(self) -> DescriptorImageInfo
 
pub fn build(self) -> DescriptorImageInfo
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.