X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/a0cb14324fbd2791d62df09e8d10541f280b60ee..dac0dad539be501c94cb8646d979e6e7787e1992:/glutil_gl1.cpp diff --git a/glutil_gl1.cpp b/glutil_gl1.cpp index 596704e..1cedfac 100644 --- a/glutil_gl1.cpp +++ b/glutil_gl1.cpp @@ -22,6 +22,11 @@ #error "GLES2 contexts do not support GL1 functionality" #endif +void resolveFunctionPointers(T_glGetProcAddress) +{ + // nothing to do +} + // initialisation void initialise2dProjection() {