mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Allow GLES3 hardware to support FSAA. Need a GUI option for this on Android devices.
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#define GL_BGRA GL_RGBA
|
||||
#define glDrawElementsBaseVertex(...)
|
||||
#define glDrawRangeElementsBaseVertex(...)
|
||||
#define glRenderbufferStorageMultisampleCoverageNV(...)
|
||||
#endif
|
||||
#else
|
||||
#define TEX2D GL_TEXTURE_RECTANGLE_ARB
|
||||
|
Reference in New Issue
Block a user