[][src]Function meshopt::analyze::analyze_overdraw

pub fn analyze_overdraw(
    indices: &[u32],
    vertices: &VertexDataAdapter
) -> OverdrawStatistics

Returns overdraw statistics using a software rasterizer. Results may not match actual GPU performance.