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

Method Init

SampleFramework12/v1.00/Containers.h:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void Init(uint64 numElements)
48 {
49 Shutdown();
50
51 size = numElements;
52 if(size > 0)
53 data = new T[size];
54 }
55
56 void Shutdown()
57 {

Callers 9

InitializeMethod · 0.45
InitializeSceneMethod · 0.45
UpdateMethod · 0.45
InitializeMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
SerializeItemFunction · 0.45
BulkSerializeItemFunction · 0.45
InitializeMethod · 0.45

Calls 1

ShutdownFunction · 0.70

Tested by

no test coverage detected