Module fetch

Module fetch 

Source
Expand description

Vertex fetch analysis and optimization

Structs§

VertexFetchStatistics

Functions§

analyze_vertex_fetch
Returns cache hit statistics using a simplified direct mapped model.
optimize_vertex_fetch
Reorders vertices and changes indices to reduce the amount of GPU memory fetches during vertex processing.
optimize_vertex_fetch_remap
Generates vertex remap to reduce the amount of GPU memory fetches during vertex processing.