MCPcopy 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
96bool Pass::initWithProgramState(Technique* technique, backend::ProgramState* programState)
97{
98 _technique = technique;
99 setProgramState(programState);
100 return true;
101}
102
103Pass::Pass() {}
104

Callers 3

createBuiltInMaterialMethod · 0.45

Calls 1

setProgramStateFunction · 0.85

Tested by

no test coverage detected