MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Shutdown

Method Shutdown

SampleFramework12/v1.00/Containers.h:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void Shutdown()
57 {
58 if(data)
59 {
60 delete[] data;
61 data = nullptr;
62 }
63 size = 0;
64 }
65
66 void Init(uint64 numElements, T fillValue)
67 {

Callers 4

ShutdownMethod · 0.45
ShutdownMethod · 0.45
Shutdown_InternalMethod · 0.45
ShutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected