gsdx ogl: mark 2 DSA functions as optional

This commit is contained in:
Gregory Hainaut 2017-02-18 19:43:44 +01:00
parent 1ff6eec1e3
commit 193d9f838b
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ void GSWndGL::PopulateGlFunction()
GL_EXT_LOAD_OPT(glUnmapNamedBuffer); GL_EXT_LOAD_OPT(glUnmapNamedBuffer);
GL_EXT_LOAD_OPT(glFlushMappedNamedBufferRange); GL_EXT_LOAD_OPT(glFlushMappedNamedBufferRange);
GL_EXT_LOAD(glCreateSamplers); GL_EXT_LOAD_OPT(glCreateSamplers);
GL_EXT_LOAD(glCreateProgramPipelines); GL_EXT_LOAD_OPT(glCreateProgramPipelines);
GL_EXT_LOAD(glClipControl); GL_EXT_LOAD(glClipControl);
GL_EXT_LOAD(glTextureBarrier); GL_EXT_LOAD(glTextureBarrier);