Expand description
GPU instance buffer management for retained rendering.
This module implements Phase 5 GPU infrastructure for managing instance buffers with efficient partial updates. Supports any Pod type and tracks dirty ranges for minimal GPU uploads.
Structsยง
- Instance
Buffer - GPU instance buffer with partial update support.
- Instance
Buffer Stats - Statistics about an instance buffer.
- Ring
Instance Buffer - Ring buffer strategy for multi-buffered instance data.