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 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