MCPcopy 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
94void GPUBufferDescription::Clear()
95{
96 Platform::MemoryClear(this, sizeof(GPUBufferDescription));
97}
98
99GPUBufferDescription GPUBufferDescription::ToStagingUpload() const
100{

Callers 6

ClearFunction · 0.45
preDisposeMethod · 0.45
ClearCustomActorsMethod · 0.45
OnCollectDrawCallsMethod · 0.45
GPUBufferMethod · 0.45
OnReleaseGPUMethod · 0.45

Calls 1

MemoryClearFunction · 0.85

Tested by

no test coverage detected