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