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.