TODO: This article is a work-in-progress.
  • Vertex attributes can, at their smallest, only deal with bytes.
  • Vertex attributes can be integers, which hold bits.
  • Unpacking bit-packed data in a vertex shader is fast.

Implementation

This section is a stub. Perhaps help us expand it?

References