Docs.rs
  • wgpu-0.19.2
    • wgpu 0.19.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
      • cfg-if ^1 normal
      • log ^0.4 normal
      • naga ^0.19.0 normal optional
      • parking_lot >=0.11, <0.13 normal
      • profiling ^1 normal
      • raw-window-handle ^0.6 normal
      • serde ^1 normal optional
      • smallvec ^1 normal
      • static_assertions ^1.1.0 normal
      • wgpu-core ^0.19.0 normal optional
      • wgpu-types ^0.19.0 normal
      • naga ^0.19.0 dev
      • cfg_aliases ^0.1 build
      • wgpu-hal ^0.19.0 normal
      • wgpu-core ^0.19.0 normal
      • wgpu-hal ^0.19.0 normal
      • wgpu-core ^0.19.0 normal
      • wgpu-core ^0.19.0 normal
      • wgpu-core ^0.19.0 normal
      • wgpu-hal ^0.19.0 normal optional
      • js-sys ^0.3.67 normal
      • parking_lot >=0.11, <0.13 normal
      • wasm-bindgen ^0.2.87 normal
      • wasm-bindgen-futures ^0.4.40 normal
      • web-sys ^0.3.67 normal
      • wgpu-hal ^0.19.0 normal
      • wgpu-core ^0.19.0 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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

wgpu0.19.2

GlobalIdentityHandlerFactory

Object Safety

Implementors

In wgpu::core::identity

?
Change settings

Trait wgpu::core::identity::GlobalIdentityHandlerFactory

source ·
pub trait GlobalIdentityHandlerFactory: IdentityHandlerFactory<Id<Adapter<Api>>> + IdentityHandlerFactory<Id<Device<Api>>> + IdentityHandlerFactory<Id<PipelineLayout<Api>>> + IdentityHandlerFactory<Id<ShaderModule<Api>>> + IdentityHandlerFactory<Id<BindGroupLayout<Api>>> + IdentityHandlerFactory<Id<BindGroup<Api>>> + IdentityHandlerFactory<Id<CommandBuffer<Api>>> + IdentityHandlerFactory<Id<RenderBundle<Api>>> + IdentityHandlerFactory<Id<RenderPipeline<Api>>> + IdentityHandlerFactory<Id<ComputePipeline<Api>>> + IdentityHandlerFactory<Id<QuerySet<Api>>> + IdentityHandlerFactory<Id<Buffer<Api>>> + IdentityHandlerFactory<Id<StagingBuffer<Api>>> + IdentityHandlerFactory<Id<Texture<Api>>> + IdentityHandlerFactory<Id<TextureView<Api>>> + IdentityHandlerFactory<Id<Sampler<Api>>> + IdentityHandlerFactory<Id<Surface>> { }
Available on wgpu_core only.
Expand description

A factory that can build IdentityManagers for all resource types.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl GlobalIdentityHandlerFactory for IdentityManagerFactory