mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +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
|
|
@ -355,6 +355,7 @@ public:
|
|||
virtual void decals_set_filter(RS::DecalFilter p_filter) = 0;
|
||||
virtual void light_projectors_set_filter(RS::LightProjectorFilter p_filter) = 0;
|
||||
virtual void lightmaps_set_bicubic_filter(bool p_enable) = 0;
|
||||
virtual void material_set_use_debanding(bool p_enable) = 0;
|
||||
|
||||
virtual bool free(RID p_rid) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue