kDefaultVertexCacheSize top-level constant

int const kDefaultVertexCacheSize

A FIFO post-transform vertex cache's own size on real GPUs, give or take — the number optimizeVertexCache scores triangle choices against when the caller does not name one.

Implementation

const int kDefaultVertexCacheSize = 32;