Enum wgpu_core::pipeline::CreateShaderModuleError [−][src]
pub enum CreateShaderModuleError {
Parsing(NagaParseError),
Generation,
Device(DeviceError),
Validation(ValidationError),
MissingFeatures(MissingFeatures),
}Variants
Tuple Fields of Parsing
Tuple Fields of Device
0: DeviceErrorTuple Fields of Validation
Tuple Fields of MissingFeatures
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