Function meshopt::analyze::analyze_vertex_cache [−][src]
pub fn analyze_vertex_cache(
indices: &[u32],
vertex_count: usize,
cache_size: u32,
warp_size: u32,
prim_group_size: u32
) -> VertexCacheStatistics
Returns cache hit statistics using a simplified FIFO model. Results may not match actual GPU performance.