Struct ExRenderPipelineCreate
pub struct ExRenderPipelineCreate<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingDevice::render_pipeline_create_ex.
Implementations§
§impl<'ex> ExRenderPipelineCreate<'ex>
impl<'ex> ExRenderPipelineCreate<'ex>
pub fn dynamic_state_flags( self, dynamic_state_flags: PipelineDynamicStateFlags, ) -> ExRenderPipelineCreate<'ex>
pub fn for_render_pass( self, for_render_pass: u32, ) -> ExRenderPipelineCreate<'ex>
pub fn specialization_constants( self, specialization_constants: &'ex Array<Gd<RdPipelineSpecializationConstant>>, ) -> ExRenderPipelineCreate<'ex>
pub fn done(self) -> Rid
Auto Trait Implementations§
impl<'ex> !Freeze for ExRenderPipelineCreate<'ex>
impl<'ex> !RefUnwindSafe for ExRenderPipelineCreate<'ex>
impl<'ex> !Send for ExRenderPipelineCreate<'ex>
impl<'ex> !Sync for ExRenderPipelineCreate<'ex>
impl<'ex> Unpin for ExRenderPipelineCreate<'ex>
impl<'ex> !UnwindSafe for ExRenderPipelineCreate<'ex>
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