Docs.rs
  • wgpu-core-0.14.2
    • wgpu-core 0.14.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
      • bit-vec ^0.6 normal
      • bitflags ^1.0 normal
      • codespan-reporting ^0.11 normal
      • fxhash ^0.2 normal
      • wgpu-hal ^0.14 normal
      • log ^0.4 normal
      • naga ^0.10 normal
      • parking_lot >=0.11, <0.13 normal
      • profiling ^1 normal
      • raw-window-handle ^0.5 normal
      • ron ^0.8 normal
      • serde ^1.0 normal
      • smallvec ^1 normal
      • thiserror ^1 normal
      • wgpu-types ^0.14 normal
      • cfg_aliases ^0.1 build
      • wgpu-hal ^0.14 normal
      • wgpu-hal ^0.14 normal
      • wgpu-hal ^0.14 normal
      • web-sys ^0.3 normal
      • wgpu-hal ^0.14 normal
      • wgpu-hal ^0.14 normal
    • Versions
    • 14.89% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

GlobalIdentityHandlerFactory

Implementors

In wgpu_core::hub

?
Change settings

Trait wgpu_core::hub::GlobalIdentityHandlerFactory

source ·
pub trait GlobalIdentityHandlerFactory: IdentityHandlerFactory<AdapterId> + IdentityHandlerFactory<DeviceId> + IdentityHandlerFactory<PipelineLayoutId> + IdentityHandlerFactory<ShaderModuleId> + IdentityHandlerFactory<BindGroupLayoutId> + IdentityHandlerFactory<BindGroupId> + IdentityHandlerFactory<CommandBufferId> + IdentityHandlerFactory<RenderBundleId> + IdentityHandlerFactory<RenderPipelineId> + IdentityHandlerFactory<ComputePipelineId> + IdentityHandlerFactory<QuerySetId> + IdentityHandlerFactory<BufferId> + IdentityHandlerFactory<StagingBufferId> + IdentityHandlerFactory<TextureId> + IdentityHandlerFactory<TextureViewId> + IdentityHandlerFactory<SamplerId> + IdentityHandlerFactory<SurfaceId> { }
Expand description

A factory that can build IdentityHandlers for all resource types.

Implementors§

source§

impl GlobalIdentityHandlerFactory for IdentityManagerFactory