Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation
This commit is contained in:
@ -658,6 +658,8 @@ public:
|
||||
VIEWPORT_MSAA_4X,
|
||||
VIEWPORT_MSAA_8X,
|
||||
VIEWPORT_MSAA_16X,
|
||||
VIEWPORT_MSAA_EXT_2X,
|
||||
VIEWPORT_MSAA_EXT_4X,
|
||||
};
|
||||
|
||||
virtual void viewport_set_msaa(RID p_viewport, ViewportMSAA p_msaa) = 0;
|
||||
|
||||
Reference in New Issue
Block a user