pub struct ExecutionGraphPipelineCreateInfoAMDXBuilder<'a> { /* private fields */ }Expand description
Builder for ExecutionGraphPipelineCreateInfoAMDX with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
pub fn flags(self, value: PipelineCreateFlags) -> Self
pub fn stage_count(self, value: u32) -> Self
pub fn stages(self, slice: &'a [PipelineShaderStageCreateInfo]) -> Self
pub fn library_info(self, value: &'a PipelineLibraryCreateInfoKHR) -> Self
pub fn layout(self, value: PipelineLayout) -> Self
pub fn base_pipeline_handle(self, value: Pipeline) -> Self
pub fn base_pipeline_index(self, value: i32) -> Self
Sourcepub fn push_next<T: ExtendsExecutionGraphPipelineCreateInfoAMDX>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsExecutionGraphPipelineCreateInfoAMDX>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ExecutionGraphPipelineCreateInfoAMDX’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> Deref for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> RefUnwindSafe for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> !Send for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> !Sync for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> Unpin for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> UnsafeUnpin for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
impl<'a> UnwindSafe for ExecutionGraphPipelineCreateInfoAMDXBuilder<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more