mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Add screen space AA option, with FXAA implementation.
This commit is contained in:
parent
9dc19f7619
commit
16ae2cc1bf
15 changed files with 144 additions and 10 deletions
|
|
@ -489,6 +489,7 @@ public:
|
|||
BIND2(viewport_set_shadow_atlas_size, RID, int)
|
||||
BIND3(viewport_set_shadow_atlas_quadrant_subdivision, RID, int, int)
|
||||
BIND2(viewport_set_msaa, RID, ViewportMSAA)
|
||||
BIND2(viewport_set_screen_space_aa, RID, ViewportScreenSpaceAA)
|
||||
|
||||
BIND2R(int, viewport_get_render_info, RID, ViewportRenderInfo)
|
||||
BIND2(viewport_set_debug_draw, RID, ViewportDebugDraw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue