Module wgpu_core::track::metadata

source ยท
Expand description

The ResourceMetadata type.

Structsยง

  • ResourceMetadata ๐Ÿ”’
    A set of resources, holding a Arc<T> and epoch for each member.

Enumsยง

Functionsยง

  • Produces an iterator that yields the indexes of all bits that are set in the bitvec.
  • resize_bitvec ๐Ÿ”’
    Resizes the given bitvec to the given size. Iโ€™m not sure why this is hard to do but it is.