mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Implement MSAA for 2D [Vulkan only]
This commit is contained in:
parent
f2a6168414
commit
e96b1a2c0c
26 changed files with 250 additions and 77 deletions
|
@ -869,7 +869,8 @@ public:
|
|||
VIEWPORT_MSAA_MAX,
|
||||
};
|
||||
|
||||
virtual void viewport_set_msaa(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
virtual void viewport_set_msaa_3d(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
virtual void viewport_set_msaa_2d(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
|
||||
enum ViewportScreenSpaceAA {
|
||||
VIEWPORT_SCREEN_SPACE_AA_DISABLED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue