mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add material debanding for use in Mobile rendering method.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
9a5d6d1049
commit
bd9d1bf070
20 changed files with 85 additions and 14 deletions
|
|
@ -1390,6 +1390,7 @@ public:
|
|||
PASS1(decals_set_filter, RS::DecalFilter)
|
||||
PASS1(light_projectors_set_filter, RS::LightProjectorFilter)
|
||||
PASS1(lightmaps_set_bicubic_filter, bool)
|
||||
PASS1(material_set_use_debanding, bool)
|
||||
|
||||
virtual void update();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue