Module registry
wgpu_
core
24.0.0
Module registry
Module Items
Structs
In crate wgpu_
core
Modules
api
binding_model
command
conv
device
error
global
hal_api
hash_utils
hub
id
identity
indirect_validation
init_tracker
instance
lock
pipeline
pipeline_cache
pool
present
ray_tracing
registry
resource
scratch
snatch
storage
track
validation
weak_vec
Macros
api_log
api_log_debug
impl_labeled
impl_parent_device
impl_resource_type
impl_storage_item
impl_trackable
resource_log
Constants
DOWNLEVEL_ERROR_MESSAGE
DOWNLEVEL_WARNING_MESSAGE
MAX_BIND_GROUPS
MAX_COLOR_ATTACHMENTS
MAX_VERTEX_BUFFERS
Traits
LabelHelpers
Functions
get_greatest_common_divisor
get_lowest_common_denom
hal_label
Type Aliases
Epoch
Index
Label
RawString
SubmissionIndex
wgpu_core
Module
registry
Copy item path
Settings
Help
Summary
Source
Structs
§
Future
Id
🔒
Registry
🔒
Registry is the primary holder of each resource type Every resource is now arcanized so the last arc released will in the end free the memory and release the inner raw resource
Registry
Report