| 216 | |
| 217 | |
| 218 | std::string TextureManager::getMaxFilterName(void) { |
| 219 | OpenGLTexture::Filter maxFilter = OpenGLTexture::getMaxFilter(); |
| 220 | std::string name = OpenGLTexture::getFilterName(maxFilter); |
| 221 | return name; |
| 222 | } |
| 223 | |
| 224 | |
| 225 | void TextureManager::setMaxFilter(std::string filter) { |
no outgoing calls
no test coverage detected