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

Method getTechniqueCount

core/renderer/Material.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571ssize_t Material::getTechniqueCount() const
572{
573 return _techniques.size();
574}
575
576// Helpers implementation
577static bool isValidUniform(const char* name)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected