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

Method getMaxTextureSize

core/base/Configuration.cpp:202–205  ·  view source on GitHub ↗

getters for specific variables. Maintained for backward compatibility reasons only.

Source from the content-addressed store, hash-verified

200// Maintained for backward compatibility reasons only.
201//
202int Configuration::getMaxTextureSize() const
203{
204 return backend::DriverBase::getInstance()->getMaxTextureSize();
205}
206
207int Configuration::getMaxModelviewStackDepth() const
208{

Callers 7

parseBinaryConfigFileMethod · 0.80
parseCommonArgumentsMethod · 0.80
updateWithImageMethod · 0.80
initWithStringMethod · 0.80
gatherGPUInfoMethod · 0.80
ImGui_ImplAxmol_InitFunction · 0.80

Calls 1

getInstanceFunction · 0.85

Tested by

no test coverage detected