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

Method Init

SampleFramework12/v1.00/Containers.h:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 void Init(uint64 initialMaxCount, uint64 initialCount = 0)
336 {
337 array.Init(initialMaxCount);
338 count = initialCount;
339 }
340
341 void Init(uint64 initialMaxCount, uint64 initialCount, T fillValue)
342 {

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45
FillMethod · 0.45

Tested by

no test coverage detected