Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getMaxTextureUnits
Method
getMaxTextureUnits
core/base/Configuration.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
int Configuration::getMaxTextureUnits() const
213
{
214
return backend::DriverBase::getInstance()->getMaxTextureUnits();
215
}
216
217
bool Configuration::supportsNPOT() const
218
{
Callers
2
gatherGPUInfo
Method · 0.80
lua_ax_backend_DriverBase_getMaxTextureUnits
Function · 0.80
Calls
1
getInstance
Function · 0.85
Tested by
no test coverage detected