MCPcopy 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
212int Configuration::getMaxTextureUnits() const
213{
214 return backend::DriverBase::getInstance()->getMaxTextureUnits();
215}
216
217bool Configuration::supportsNPOT() const
218{

Callers 2

gatherGPUInfoMethod · 0.80

Calls 1

getInstanceFunction · 0.85

Tested by

no test coverage detected