Module wgpu_core::hub[][src]

Structs

Enums

Traits

Type system for enforcing the lock order on shared HUB structures. If type A implements Access<A>, that means we are allowed to proceed with locking resource B after we lock A.

Type Definitions