Enum wgpu_hal::ShaderError [−][src]
pub enum ShaderError {
    Compilation(String),
    Device(DeviceError),
}Variants
Compilation(String)
Tuple Fields
0: StringDevice(DeviceError)
Tuple Fields
0: DeviceErrorTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ShaderError
impl Send for ShaderError
impl Sync for ShaderError
impl Unpin for ShaderError
impl UnwindSafe for ShaderError
Blanket Implementations
Mutably borrows from an owned value. Read more
