[][src]Function meshopt::analyze::analyze_overdraw_decoder

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

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