MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setFormatConfiguration

Method setFormatConfiguration

src/eepp/graphics/textureloader.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

loadFromPackMethod · 0.80
loadFromMemoryMethod · 0.80
loadFromStreamMethod · 0.80
loadFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected