eepp: Added QOI image format support (inherited from SOIL2).

ecode:
Fixed a crash while unloading documents that were still loading.
Fixed an incorrect un-initialization of the thread pool when consumed by the UISceneNode.
This commit is contained in:
Martín Lucas Golini
2023-03-11 22:55:17 -03:00
parent f7faa6240e
commit 26c1e4dfe8
8 changed files with 26 additions and 14 deletions

View File

@@ -61,7 +61,8 @@ class EE_API Image {
SAVE_TYPE_BMP = 1,
SAVE_TYPE_PNG = 2,
SAVE_TYPE_DDS = 3,
SAVE_TYPE_JPG = 4
SAVE_TYPE_JPG = 4,
SAVE_TYPE_QOI = 5
};
class FormatConfiguration {