Docs.rs
  • wgpu-core-0.21.1
    • wgpu-core 0.21.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kvark
    • grovesNL
    • cwfitzgerald
    • github:gfx-rs:wgpu
    • Dependencies
      • arrayvec ^0.7 normal
      • bit-vec ^0.6 normal
      • bitflags ^2 normal
      • bytemuck ^1.14 normal optional
      • codespan-reporting ^0.11 normal
      • document-features ^0.2.8 normal
      • wgpu-hal ^0.21.0 normal
      • indexmap ^2 normal
      • log ^0.4 normal
      • naga ^0.20.0 normal
      • once_cell ^1 normal
      • parking_lot >=0.11, <0.13 normal
      • profiling ^1 normal
      • raw-window-handle ^0.6 normal optional
      • ron ^0.8 normal optional
      • rustc-hash ^1.1 normal
      • serde ^1 normal optional
      • smallvec ^1 normal
      • thiserror ^1 normal
      • wgpu-types ^0.20.0 normal
      • cfg_aliases ^0.1 build
      • web-sys ^0.3.69 normal
    • Versions
    • 12.7% of the crate is documented
  • Go to latest version
  • Platform
    • wasm32-unknown-unknown
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wgpu_core0.21.1

PrettyError

Provided Methods

  • fmt_pretty

Object Safety

Implementors

In wgpu_core::error

Trait wgpu_core::error::PrettyError

source ·
pub trait PrettyError: Error + Sized {
    // Provided method
    fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>) { ... }
}

Provided Methods§

source

fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>)

Object Safety§

This trait is not object safe.

Implementors§

source§

impl PrettyError for CreateBindGroupError

source§

impl PrettyError for CreatePipelineLayoutError

source§

impl PrettyError for ComputePassErrorInner

source§

impl PrettyError for ExecutionError

source§

impl PrettyError for PassErrorScope

source§

impl PrettyError for QueryError

source§

impl PrettyError for RenderCommandError

source§

impl PrettyError for RenderPassErrorInner

source§

impl PrettyError for TransferError

source§

impl PrettyError for ComputePassError

source§

impl PrettyError for RenderBundleError

source§

impl PrettyError for RenderPassError

source§

impl PrettyError for ContextError