Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IndexBuffer
Class · 0.45
~IndexBuffer
Method · 0.45
VertexBuffer
Class · 0.45
~VertexBuffer
Method · 0.45
Texture2D
Class · 0.45
~Texture2D
Method · 0.45
RenderTargetCube
Class · 0.45
~RenderTargetCube
Method · 0.45
Texture2DArray
Class · 0.45
~Texture2DArray
Method · 0.45
RenderTarget2D
Class · 0.45
~RenderTarget2D
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected