Module cache

Module cache 

Source
Expand description

Vertex transform cache analysis and optimization

Structs§

VertexCacheStatistics

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).