Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258942
Collapse All | Expand All

(-)desmume.orig/src/OGLRender.cpp (-3 lines)
Lines 135-143 Link Here
135
OGLEXT(PFNGLGETUNIFORMLOCATIONPROC,glGetUniformLocation)
135
OGLEXT(PFNGLGETUNIFORMLOCATIONPROC,glGetUniformLocation)
136
OGLEXT(PFNGLUNIFORM1IPROC,glUniform1i)
136
OGLEXT(PFNGLUNIFORM1IPROC,glUniform1i)
137
OGLEXT(PFNGLUNIFORM1IVPROC,glUniform1iv)
137
OGLEXT(PFNGLUNIFORM1IVPROC,glUniform1iv)
138
#endif
139
140
#if !defined(GL_VERSION_1_3) || defined(_MSC_VER) || defined(__INTEL_COMPILER)
141
OGLEXT(PFNGLACTIVETEXTUREPROC,glActiveTexture)
138
OGLEXT(PFNGLACTIVETEXTUREPROC,glActiveTexture)
142
#endif
139
#endif
143
140

Return to bug 258942