Module weak_
vec
wgpu_
core
24.0.0
Module weak_
vec
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
weak_vec
Copy item path
Settings
Help
Summary
Source
Expand description
Module containing the
WeakVec
API.
Structs
§
WeakVec
🔒
An optimized container for
Weak
references of
T
that minimizes reallocations by dropping older elements that no longer have strong references to them.
Weak
VecIter
🔒