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

Method Add

SampleFramework12/v1.00/Containers.h:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 uint64 Add(T item)
221 {
222 Assert_(count < array.Size());
223 array[count] = item;
224 return count++;
225 }
226
227 T& Add()
228 {

Callers 6

InitializeMethod · 0.45
InitializeSceneMethod · 0.45
LoadShadersMethod · 0.45
AddGroupMethod · 0.45
AddSettingMethod · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected