Enum wgpu_core::pipeline::CreateComputePipelineError [−][src]
pub enum CreateComputePipelineError {
Device(DeviceError),
InvalidLayout,
Implicit(ImplicitLayoutError),
Stage(StageError),
Internal(String),
MissingDownlevelFlags(MissingDownlevelFlags),
}Variants
Tuple Fields of Device
0: DeviceErrorTuple Fields of Implicit
Tuple Fields of Internal
0: StringTuple Fields of MissingDownlevelFlags
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CreateComputePipelineError
impl Send for CreateComputePipelineError
impl Sync for CreateComputePipelineError
impl Unpin for CreateComputePipelineError
impl !UnwindSafe for CreateComputePipelineError
Blanket Implementations
Mutably borrows from an owned value. Read more