1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Optimize .hdr loading and RGB9E5 conversion

This commit is contained in:
BlueCube3310
2024-08-08 19:13:00 +02:00
parent 739019e4e4
commit 80cf6cbfe9
3 changed files with 55 additions and 31 deletions

View File

@@ -37,6 +37,7 @@ class ImageLoaderHDR : public ImageFormatLoader {
public:
virtual Error load_image(Ref<Image> p_image, Ref<FileAccess> f, BitField<ImageFormatLoader::LoaderFlags> p_flags, float p_scale);
virtual void get_recognized_extensions(List<String> *p_extensions) const;
ImageLoaderHDR();
};