Struct wgpu_core::pipeline::ShaderError
source · Fields§
§source: String
§label: Option<String>
§inner: E
Trait Implementations§
source§impl<E: Clone> Clone for ShaderError<E>
impl<E: Clone> Clone for ShaderError<E>
source§fn clone(&self) -> ShaderError<E>
fn clone(&self) -> ShaderError<E>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<E: Debug> Debug for ShaderError<E>
impl<E: Debug> Debug for ShaderError<E>
source§impl Display for ShaderError<ParseError>
impl Display for ShaderError<ParseError>
source§impl Display for ShaderError<WithSpan<ValidationError>>
impl Display for ShaderError<WithSpan<ValidationError>>
source§impl<E> Error for ShaderError<E>where
ShaderError<E>: Display,
E: Error + 'static,
impl<E> Error for ShaderError<E>where
ShaderError<E>: Display,
E: Error + 'static,
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ShaderError<ParseError>> for CreateShaderModuleError
impl From<ShaderError<ParseError>> for CreateShaderModuleError
source§fn from(source: ShaderError<ParseError>) -> Self
fn from(source: ShaderError<ParseError>) -> Self
Converts to this type from the input type.
source§impl From<ShaderError<WithSpan<ValidationError>>> for CreateShaderModuleError
impl From<ShaderError<WithSpan<ValidationError>>> for CreateShaderModuleError
source§fn from(source: ShaderError<WithSpan<ValidationError>>) -> Self
fn from(source: ShaderError<WithSpan<ValidationError>>) -> Self
Converts to this type from the input type.