MCPcopy 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
113ssize_t Technique::getPassCount() const
114{
115 return _passes.size();
116}
117
118const Vector<Pass*>& Technique::getPasses() const
119{

Callers 1

cloneMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected