Type Alias WebGPURenderPipelineResponse

Source
pub type WebGPURenderPipelineResponse = Result<Pipeline<RenderPipelineId>, Error>;

Aliased Type§

pub enum WebGPURenderPipelineResponse {
    Ok(Pipeline<Id<RenderPipeline>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Pipeline<Id<RenderPipeline>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value