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

Method ComputeCacheMissCount

src/Nazara/Utility/IndexBuffer.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 unsigned int IndexBuffer::ComputeCacheMissCount() const
50 {
51 IndexMapper mapper(this);
52
53 return Nz::ComputeCacheMissCount(mapper.begin(), m_indexCount);
54 }
55
56 bool IndexBuffer::Fill(const void* data, UInt32 startIndex, UInt32 length)
57 {

Callers

nothing calls this directly

Calls 2

ComputeCacheMissCountFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected