Enum wgpu_hal::ShaderError
source · [−]pub enum ShaderError {
Compilation(String),
Device(DeviceError),
}
Variants
Compilation(String)
Device(DeviceError)
Trait 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