Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Add
Method
Add
SampleFramework12/v1.00/Containers.h:406–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
uint64 Add(T item)
407
{
408
Reserve(count + 1);
409
410
array[count] = item;
411
return count++;
412
}
413
414
void AddMultiple(T item, uint64 itemCount)
415
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected