Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ Add
Method
Add
SampleFramework11/v1.02/Containers.h:176–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
uint64 Add(T item)
177
{
178
Assert_(count < array.Size());
179
array[count] = item;
180
return count++;
181
}
182
183
void AddMultiple(T item, uint64 itemCount)
184
{
Callers
3
Initialize
Method · 0.45
Initialize
Method · 0.45
LoadShaders
Method · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected