You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
add support for glow maps
This commit is contained in:
@@ -629,7 +629,7 @@ public:
|
||||
FUNC6(environment_set_ssil, RID, bool, float, float, float, float)
|
||||
FUNC6(environment_set_ssil_quality, EnvironmentSSILQuality, bool, float, int, float, float)
|
||||
|
||||
FUNC11(environment_set_glow, RID, bool, Vector<float>, float, float, float, float, EnvironmentGlowBlendMode, float, float, float)
|
||||
FUNC13(environment_set_glow, RID, bool, Vector<float>, float, float, float, float, EnvironmentGlowBlendMode, float, float, float, float, RID)
|
||||
FUNC1(environment_glow_set_use_bicubic_upscale, bool)
|
||||
FUNC1(environment_glow_set_use_high_quality, bool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user