Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetMemoryUsage
Method
GetMemoryUsage
Source/Engine/Graphics/GPUDevice.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
uint64 GPUResource::GetMemoryUsage() const
256
{
257
return _memoryUsage;
258
}
259
260
#if GPU_ENABLE_RESOURCE_NAMING
261
Callers
2
DumpResourcesToLog
Method · 0.45
CopySubresource
Method · 0.45
Calls
3
Lock
Method · 0.80
Unlock
Method · 0.80
Count
Method · 0.45
Tested by
no test coverage detected