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

Method Init

SampleFramework12/v1.00/Containers.h:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void Init(uint64 maxCount, uint64 initialCount = 0)
163 {
164 Assert_(initialCount < maxCount);
165 Assert_(maxCount > 0);
166 array.Init(maxCount);
167 count = initialCount;
168 }
169
170 void Init(uint64 maxCount, uint64 initialCount, T fillValue)
171 {

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45
FillMethod · 0.45

Tested by

no test coverage detected