pub fn analyze_overdraw_decoder<T: DecodePosition>(
    indices: &[u32],
    vertices: &[T]
) -> OverdrawStatistics
Expand description

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