Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Init
Method
Init
SampleFramework12/v1.00/Containers.h:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void Init(uint64 numElements)
48
{
49
Shutdown();
50
51
size = numElements;
52
if(size > 0)
53
data = new T[size];
54
}
55
56
void Shutdown()
57
{
Callers
9
Initialize
Method · 0.45
InitializeScene
Method · 0.45
Update
Method · 0.45
Initialize
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
SerializeItem
Function · 0.45
BulkSerializeItem
Function · 0.45
Initialize
Method · 0.45
Calls
1
Shutdown
Function · 0.70
Tested by
no test coverage detected