analyze_vertex_fetch

Function analyze_vertex_fetch 

Source
pub fn analyze_vertex_fetch(
    indices: &[u32],
    vertex_count: usize,
    vertex_size: usize,
) -> VertexFetchStatistics
Expand description

Returns cache hit statistics using a simplified direct mapped model.

Results may not match actual GPU performance.