Crate wgpu_core

source ·
Expand description

This library safely implements WebGPU on native platforms. It is designed for integration into browsers, as well as wrapping into other language-specific user-friendly libraries.

Modules

Macros

Structs

  • Information needed to decide when it’s safe to free some wgpu-core resource.
  • Reference count object that tracks multiple references. Unlike RefCount, it’s manually inc()/dec() called.
  • RefCount 🔒
    Reference count object that is 1:1 with each reference.
  • Stored 🔒

Constants

Traits

Functions

Type Aliases