You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add fast approximate antialiasing (FXAA) to Viewport
This backports FXAA from the `master` branch. Co-authored-by: Clay John <claynjohn@gmail.com>
This commit is contained in:
@@ -572,6 +572,7 @@ public:
|
||||
virtual bool render_target_was_used(RID p_render_target) = 0;
|
||||
virtual void render_target_clear_used(RID p_render_target) = 0;
|
||||
virtual void render_target_set_msaa(RID p_render_target, VS::ViewportMSAA p_msaa) = 0;
|
||||
virtual void render_target_set_use_fxaa(RID p_render_target, bool p_fxaa) = 0;
|
||||
|
||||
/* CANVAS SHADOW */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user