| 668 | } |
| 669 | |
| 670 | unsigned int ComputeCacheMissCount(IndexIterator indices, unsigned int indexCount) |
| 671 | { |
| 672 | VertexCache cache(indices, indexCount); |
| 673 | return cache.GetMissCount(); |
| 674 | } |
| 675 | |
| 676 | void ComputeConeIndexVertexCount(unsigned int subdivision, unsigned int* indexCount, unsigned int* vertexCount) |
| 677 | { |
no test coverage detected