mirror of https://github.com/PCSX2/pcsx2.git
gsdx ogl: texture barrier is optional too
This commit is contained in:
parent
193d9f838b
commit
f3adf4bf57
|
@ -168,7 +168,7 @@ void GSWndGL::PopulateGlFunction()
|
|||
GL_EXT_LOAD_OPT(glCreateProgramPipelines);
|
||||
|
||||
GL_EXT_LOAD(glClipControl);
|
||||
GL_EXT_LOAD(glTextureBarrier);
|
||||
GL_EXT_LOAD_OPT(glTextureBarrier);
|
||||
GL_EXT_LOAD_OPT(glGetTextureSubImage);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue