Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation

This commit is contained in:
Bastiaan Olij
2019-11-10 19:30:20 +11:00
parent 94f00eb6c5
commit 4e2343160c
8 changed files with 60 additions and 14 deletions

View File

@ -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;