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