Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Fill
Method
Fill
SampleFramework12/v1.00/Containers.h:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void Fill(T value)
215
{
216
for(uint64 i = 0; i < count; ++i)
217
array[i] = value;
218
}
219
220
uint64 Add(T item)
221
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected