Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Initialize
Method · 0.45
InitializeScene
Method · 0.45
LoadShaders
Method · 0.45
RegisterMessageCallback
Method · 0.45
AddGroup
Method · 0.45
AddSetting
Method · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected