Enum wgpu_hal::PipelineError [−][src]
pub enum PipelineError {
Linkage(ShaderStages, String),
EntryPoint(ShaderStage),
Device(DeviceError),
}Variants
Linkage(ShaderStages, String)
EntryPoint(ShaderStage)
Tuple Fields
0: ShaderStageDevice(DeviceError)
Tuple Fields
0: DeviceErrorTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PipelineError
impl Send for PipelineError
impl Sync for PipelineError
impl Unpin for PipelineError
impl UnwindSafe for PipelineError
Blanket Implementations
Mutably borrows from an owned value. Read more
