You've already forked godot
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:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user