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 ImplicitLayoutErrorimpl Send for ImplicitLayoutErrorimpl Sync for ImplicitLayoutErrorimpl Unpin for ImplicitLayoutErrorimpl !UnwindSafe for ImplicitLayoutErrorBlanket Implementations
Mutably borrows from an owned value. Read more