Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Graphics/GPUBuffer.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void GPUBufferDescription::Clear()
95
{
96
Platform::MemoryClear(this, sizeof(GPUBufferDescription));
97
}
98
99
GPUBufferDescription GPUBufferDescription::ToStagingUpload() const
100
{
Callers
6
Clear
Function · 0.45
preDispose
Method · 0.45
ClearCustomActors
Method · 0.45
OnCollectDrawCalls
Method · 0.45
GPUBuffer
Method · 0.45
OnReleaseGPU
Method · 0.45
Calls
1
MemoryClear
Function · 0.85
Tested by
no test coverage detected