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

Method Remove

TombEngine/Renderer/Graphics/VRAMTracker.h:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void Remove(VRAMCategory category, unsigned long long bytes)
39 {
40 _categories[(int)category] -= bytes;
41 _total -= bytes;
42 }
43
44 unsigned long long GetTotal() const
45 {

Callers 12

IndexBufferClass · 0.45
~IndexBufferMethod · 0.45
VertexBufferClass · 0.45
~VertexBufferMethod · 0.45
Texture2DClass · 0.45
~Texture2DMethod · 0.45
RenderTargetCubeClass · 0.45
~RenderTargetCubeMethod · 0.45
Texture2DArrayClass · 0.45
~Texture2DArrayMethod · 0.45
RenderTarget2DClass · 0.45
~RenderTarget2DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected