Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ initWithProgramState
Method
initWithProgramState
core/renderer/Pass.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool Pass::initWithProgramState(Technique* technique, backend::ProgramState* programState)
97
{
98
_technique = technique;
99
setProgramState(programState);
100
return true;
101
}
102
103
Pass::Pass() {}
104
Callers
3
createWithProgramState
Method · 0.45
createBuiltInMaterial
Method · 0.45
createWithProgramState
Method · 0.45
Calls
1
setProgramState
Function · 0.85
Tested by
no test coverage detected