Module meshopt::analyze [−][src]
Functions
analyze_overdraw | Returns overdraw statistics using a software rasterizer. Results may not match actual GPU performance. |
analyze_overdraw_decoder | Returns overdraw statistics using a software rasterizer. Results may not match actual GPU performance. |
analyze_vertex_cache | Returns cache hit statistics using a simplified FIFO model. Results may not match actual GPU performance. |
analyze_vertex_fetch | Returns cache hit statistics using a simplified direct mapped model. Results may not match actual GPU performance. |
Type Definitions
OverdrawStatistics | |
VertexCacheStatistics | |
VertexFetchStatistics |