mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
OpenGL: Check the list of supported AA modes instead of hardcoding
This commit is contained in:
parent
c63f0f37cd
commit
b246a634d4
7 changed files with 133 additions and 20 deletions
|
@ -1674,7 +1674,7 @@ const GLFunc gl_function_array[] = {
|
|||
GLFUNC_REQUIRES(glDrawArraysInstancedBaseInstance, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glDrawElementsInstancedBaseInstance, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glDrawElementsInstancedBaseVertexBaseInstance, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glGetInternalformativ, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glGetInternalformativ, "VERSION_4_2 |VERSION_GLES_3"),
|
||||
GLFUNC_REQUIRES(glGetActiveAtomicCounterBufferiv, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glBindImageTexture, "VERSION_4_2"),
|
||||
GLFUNC_REQUIRES(glMemoryBarrier, "VERSION_4_2"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue