Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ SH
Method
SH
SampleFramework12/v1.00/Graphics/SH.h:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
T Coefficients[N];
38
39
SH()
40
{
41
for(uint64 i = 0; i < N; ++i)
42
Coefficients[i] = 0.0f;
43
}
44
45
// Operator overloads
46
T& operator[](uint64 idx)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected