Enum wgpu_core::pipeline::CreateShaderModuleError [−][src]
pub enum CreateShaderModuleError {
Parsing(NagaParseError),
Generation,
Device(DeviceError),
Validation(ValidationError),
MissingFeatures(MissingFeatures),
}
Variants
Parsing(NagaParseError)
Tuple Fields
Generation
Device(DeviceError)
Tuple Fields
0: DeviceError
Validation(ValidationError)
Tuple Fields
MissingFeatures(MissingFeatures)
Tuple Fields
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CreateShaderModuleError
impl Send for CreateShaderModuleError
impl Sync for CreateShaderModuleError
impl Unpin for CreateShaderModuleError
impl UnwindSafe for CreateShaderModuleError
Blanket Implementations
Mutably borrows from an owned value. Read more