mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-18 07:38:33 +00:00
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
Block a user