pub struct PipelineDescriptor { /* private fields */ }Implementations§
source§impl PipelineDescriptor
impl PipelineDescriptor
pub fn filters(self, filters: TagFilters) -> Self
pub fn stage(self, data: StageDescriptor) -> Self
pub fn debug_stage(self, data: StageDescriptor) -> Self
pub fn render_target( self, name: impl ToString, data: RenderTargetDescriptor ) -> Self
Trait Implementations§
source§impl Clone for PipelineDescriptor
impl Clone for PipelineDescriptor
source§fn clone(&self) -> PipelineDescriptor
fn clone(&self) -> PipelineDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PipelineDescriptor
impl Debug for PipelineDescriptor
source§impl Default for PipelineDescriptor
impl Default for PipelineDescriptor
source§fn default() -> PipelineDescriptor
fn default() -> PipelineDescriptor
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PipelineDescriptor
impl<'de> Deserialize<'de> for PipelineDescriptor
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PipelineDescriptor
impl Send for PipelineDescriptor
impl Sync for PipelineDescriptor
impl Unpin for PipelineDescriptor
impl UnwindSafe for PipelineDescriptor
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more