You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add screen space AA option, with FXAA implementation.
This commit is contained in:
@@ -639,6 +639,12 @@ public:
|
||||
|
||||
virtual void viewport_set_msaa(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
|
||||
enum ViewportScreenSpaceAA {
|
||||
VIEWPORT_SCREEN_SPACE_AA_DISABLED,
|
||||
VIEWPORT_SCREEN_SPACE_AA_FXAA,
|
||||
};
|
||||
virtual void viewport_set_screen_space_aa(RID p_viewport, ViewportScreenSpaceAA p_mode) = 0;
|
||||
|
||||
enum ViewportRenderInfo {
|
||||
|
||||
VIEWPORT_RENDER_INFO_OBJECTS_IN_FRAME,
|
||||
|
||||
Reference in New Issue
Block a user