#[repr(transparent)]pub struct GraphicsPipelineShaderGroupsCreateInfoNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> GraphicsPipelineShaderGroupsCreateInfoNVBuilder<'a>
 
impl<'a> GraphicsPipelineShaderGroupsCreateInfoNVBuilder<'a>
pub fn groups(self, groups: &'a [GraphicsShaderGroupCreateInfoNV]) -> Self
pub fn pipelines(self, pipelines: &'a [Pipeline]) -> Self
sourcepub fn build(self) -> GraphicsPipelineShaderGroupsCreateInfoNV
 
pub fn build(self) -> GraphicsPipelineShaderGroupsCreateInfoNV
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.