Struct ash::vk::PipelineLayoutCreateInfoBuilder  
source · #[repr(transparent)]pub struct PipelineLayoutCreateInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PipelineLayoutCreateInfoBuilder<'a>
 
impl<'a> PipelineLayoutCreateInfoBuilder<'a>
pub fn flags(self, flags: PipelineLayoutCreateFlags) -> Self
pub fn set_layouts(self, set_layouts: &'a [DescriptorSetLayout]) -> Self
pub fn push_constant_ranges( self, push_constant_ranges: &'a [PushConstantRange] ) -> Self
sourcepub fn build(self) -> PipelineLayoutCreateInfo
 
pub fn build(self) -> PipelineLayoutCreateInfo
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.