Docs.rs
  • wgpu-core-0.12.2
    • wgpu-core 0.12.2
    • 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
      • bitflags ^1.0 normal
      • codespan-reporting ^0.11 normal
      • copyless ^0.1 normal
      • fxhash ^0.2 normal
      • wgpu-hal ^0.12 normal
      • log ^0.4 normal
      • naga ^0.8 normal
      • parking_lot ^0.11 normal
      • profiling ^1 normal
      • raw-window-handle ^0.4 normal
      • ron ^0.7 normal
      • serde ^1.0 normal
      • smallvec ^1 normal
      • thiserror ^1 normal
      • wgpu-types ^0.12 normal
      • cfg_aliases ^0.1 build
      • wgpu-hal ^0.12 normal
      • wgpu-hal ^0.12 normal
      • wgpu-hal ^0.12 normal
      • wgpu-hal ^0.12 normal
    • Versions
    • 12.85% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Trait PrettyError

Provided Methods

fmt_pretty

Implementors

Other items in
wgpu_core::error

logo
Change settings

Trait wgpu_core::error::PrettyError[−][src]

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

Provided methods

[src]

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

Implementors

[src]

impl PrettyError for CreateBindGroupError

[src]

impl PrettyError for CreatePipelineLayoutError

[src]

impl PrettyError for ComputePassErrorInner

[src]

impl PrettyError for ExecutionError

[src]

impl PrettyError for PassErrorScope

[src]

impl PrettyError for RenderCommandError

[src]

impl PrettyError for RenderPassErrorInner

[src]

impl PrettyError for TransferError

[src]

impl PrettyError for ComputePassError

[src]

impl PrettyError for RenderBundleError

[src]

impl PrettyError for RenderPassError

[src]

impl PrettyError for ContextError