mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Implement MSAA
This commit is contained in:
@@ -633,8 +633,7 @@ public:
|
||||
VIEWPORT_MSAA_4X,
|
||||
VIEWPORT_MSAA_8X,
|
||||
VIEWPORT_MSAA_16X,
|
||||
VIEWPORT_MSAA_EXT_2X,
|
||||
VIEWPORT_MSAA_EXT_4X,
|
||||
VIEWPORT_MSAA_MAX,
|
||||
};
|
||||
|
||||
virtual void viewport_set_msaa(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
|
||||
Reference in New Issue
Block a user