Function meshopt::analyze::analyze_vertex_fetch [−][src]
pub fn analyze_vertex_fetch(
indices: &[u32],
vertex_count: usize,
vertex_size: usize
) -> VertexFetchStatistics
Returns cache hit statistics using a simplified direct mapped model. Results may not match actual GPU performance.