Enum wgpu_core::pipeline::ImplicitLayoutError [−][src]
pub enum ImplicitLayoutError {
MissingIds(ImplicitBindGroupCount),
ReflectionError(ShaderStages),
BindGroup(CreateBindGroupLayoutError),
Pipeline(CreatePipelineLayoutError),
}
Variants
Tuple Fields of MissingIds
Tuple Fields of ReflectionError
0: ShaderStages
Tuple Fields of BindGroup
Tuple Fields of Pipeline
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