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