Expand description
Buffer Trackers
Buffers are represented by a single state for the whole resource, a 16 bit bitflag of buffer usages. Because there is only ever one subresource, they have no selector.
Structs§
- Buffer
Bind 🔒Group State - Stores a bind group’s buffers + their usages (within the bind group).
- Buffer
Tracker 🔒 - Stores all buffer state within a command buffer.
- Buffer
Usage 🔒Scope - Stores all buffer state within a single usage scope.
- Device
Buffer 🔒Tracker - Stores all buffer state within a device.
Enums§
- Buffer
State 🔒Provider - Source of Buffer State.