Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
571
ssize_t Material::getTechniqueCount() const
572
{
573
return _techniques.size();
574
}
575
576
// Helpers implementation
577
static bool isValidUniform(const char* name)
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected