mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-07 12:19:57 +02:00
Update processImage to not compress by default
This commit is contained in:
parent
24182d3451
commit
3e65e0b0cd
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const QStringList getSupportedFormats();
|
||||||
|
|
||||||
gpu::TexturePointer processImage(std::shared_ptr<QIODevice> content, const std::string& url,
|
gpu::TexturePointer processImage(std::shared_ptr<QIODevice> content, const std::string& url,
|
||||||
int maxNumPixels, TextureUsage::Type textureType,
|
int maxNumPixels, TextureUsage::Type textureType,
|
||||||
bool compress = true, const std::atomic<bool>& abortProcessing = false);
|
bool compress = false, const std::atomic<bool>& abortProcessing = false);
|
||||||
|
|
||||||
} // namespace image
|
} // namespace image
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue