Added support for SVG
This commit is contained in:
parent
ab13d0aeed
commit
da8fecf25e
26 changed files with 4710 additions and 26 deletions
|
|
@ -38,7 +38,7 @@
|
|||
class ImageLoaderHDR : public ImageFormatLoader {
|
||||
|
||||
public:
|
||||
virtual Error load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear);
|
||||
virtual Error load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear, float p_scale);
|
||||
virtual void get_recognized_extensions(List<String> *p_extensions) const;
|
||||
ImageLoaderHDR();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue