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