MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / ComputeCacheMissCount

Function ComputeCacheMissCount

src/Nazara/Utility/AlgorithmUtility.cpp:670–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

ComputeCacheMissCountMethod · 0.85

Calls 1

GetMissCountMethod · 0.80

Tested by

no test coverage detected