Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getPassCount
Method
getPassCount
core/renderer/Technique.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
ssize_t Technique::getPassCount() const
114
{
115
return _passes.size();
116
}
117
118
const Vector<Pass*>& Technique::getPasses() const
119
{
Callers
1
clone
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected