| 442 | } |
| 443 | |
| 444 | void TextureLoader::setFormatConfiguration( |
| 445 | const Image::FormatConfiguration& formatConfiguration ) { |
| 446 | mFormatConfiguration = formatConfiguration; |
| 447 | } |
| 448 | |
| 449 | void TextureLoader::unload() { |
| 450 | if ( mLoaded && mTexture != nullptr ) { |
no outgoing calls
no test coverage detected