mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Allow GLES3 hardware to support FSAA. Need a GUI option for this on Android devices.
This commit is contained in:
parent
eb2e3cff7e
commit
53b93f8cd5
3 changed files with 4 additions and 5 deletions
|
@ -32,6 +32,7 @@
|
|||
#define GL_BGRA GL_RGBA
|
||||
#define glDrawElementsBaseVertex(...)
|
||||
#define glDrawRangeElementsBaseVertex(...)
|
||||
#define glRenderbufferStorageMultisampleCoverageNV(...)
|
||||
#endif
|
||||
#else
|
||||
#define TEX2D GL_TEXTURE_RECTANGLE_ARB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue