MCPcopy Create free account
hub / github.com/axmolengine/axmol / init

Method init

core/renderer/Pass.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool Pass::init(Technique* technique)
91{
92 _technique = technique;
93 return true;
94}
95
96bool Pass::initWithProgramState(Technique* technique, backend::ProgramState* programState)
97{

Callers 3

createMethod · 0.45
drawMethod · 0.45
drawInRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected