Expand description
Vertex transform cache analysis and optimization
Structs§
Functions§
- analyze_
vertex_ cache - Returns cache hit statistics using a simplified FIFO model.
- optimize_
vertex_ cache - Reorders indices to reduce the number of GPU vertex shader invocations.
- optimize_
vertex_ cache_ fifo - Reorders indices to reduce the number of GPU vertex shader invocations (for FIFO caches).
- optimize_
vertex_ cache_ strip - Reorders indices to reduce the number of GPU vertex shader invocations (for strip-like caches).