Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
bool Pass::init(Technique* technique)
91
{
92
_technique = technique;
93
return true;
94
}
95
96
bool Pass::initWithProgramState(Technique* technique, backend::ProgramState* programState)
97
{
Callers
3
create
Method · 0.45
draw
Method · 0.45
drawInRect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected