Enum wgpu_core::pipeline::ImplicitLayoutError [−][src]
pub enum ImplicitLayoutError { MissingIds(ImplicitBindGroupCount), ReflectionError(ShaderStage), BindGroup(CreateBindGroupLayoutError), Pipeline(CreatePipelineLayoutError), }
Variants
MissingIds(ImplicitBindGroupCount)
ReflectionError(ShaderStage)
BindGroup(CreateBindGroupLayoutError)
Pipeline(CreatePipelineLayoutError)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ImplicitLayoutError
impl Send for ImplicitLayoutError
impl Sync for ImplicitLayoutError
impl Unpin for ImplicitLayoutError
impl !UnwindSafe for ImplicitLayoutError
Blanket Implementations
Mutably borrows from an owned value. Read more