Module overdraw

Module overdraw 

Source
Expand description

Overdraw analysis and optimization

Structs§

OverdrawStatistics

Functions§

analyze_overdraw
Returns overdraw statistics using a software rasterizer.
optimize_overdraw
Reorders indices to reduce the number of GPU vertex shader invocations and the pixel overdraw.