[][src]Function meshopt::ffi::meshopt_analyzeVertexCache

pub unsafe extern "C" fn meshopt_analyzeVertexCache(
    indices: *const c_uint,
    index_count: usize,
    vertex_count: usize,
    cache_size: c_uint,
    warp_size: c_uint,
    primgroup_size: c_uint
) -> meshopt_VertexCacheStatistics

Vertex transform cache analyzer Returns cache hit statistics using a simplified FIFO model Results may not match actual GPU performance