MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetCategory

Method GetCategory

TombEngine/Renderer/Graphics/VRAMTracker.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 unsigned long long GetCategory(VRAMCategory category) const
50 {
51 return _categories[(int)category].load();
52 }
53
54 std::string GetSummary() const
55 {

Callers 1

DrawDebugInfoMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected