Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Shutdown
Method
Shutdown
SampleFramework12/v1.00/Containers.h:56–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void Shutdown()
57
{
58
if(data)
59
{
60
delete[] data;
61
data = nullptr;
62
}
63
size = 0;
64
}
65
66
void Init(uint64 numElements, T fillValue)
67
{
Callers
4
Shutdown
Method · 0.45
Shutdown
Method · 0.45
Shutdown_Internal
Method · 0.45
Shutdown
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected