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

Method Add

TombEngine/Renderer/Graphics/VRAMTracker.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void Add(VRAMCategory category, unsigned long long bytes)
33 {
34 _categories[(int)category] += bytes;
35 _total += bytes;
36 }
37
38 void Remove(VRAMCategory category, unsigned long long bytes)
39 {

Callers 6

IndexBufferMethod · 0.45
VertexBufferMethod · 0.45
Texture2DMethod · 0.45
RenderTargetCubeMethod · 0.45
Texture2DArrayMethod · 0.45
RenderTarget2DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected