Added support for SVG
This commit is contained in:
parent
ab13d0aeed
commit
da8fecf25e
26 changed files with 4710 additions and 26 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "thirdparty/tinyexr/tinyexr.h"
|
||||
|
||||
Error ImageLoaderHDR::load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear) {
|
||||
Error ImageLoaderHDR::load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear, float p_scale) {
|
||||
|
||||
String header = f->get_token();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue