Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Fill
Method
Fill
SampleFramework12/v1.00/Containers.h:385–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
void Fill(T value)
386
{
387
for(uint64 i = 0; i < count; ++i)
388
array[i] = value;
389
}
390
391
void Reserve(uint64 newMaxSize)
392
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected