X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/b4dc0596570275aa9def5ff63af951beb8473d58..c5e36788d25731dbdbd9fa6421fe66eb5e90e3df:/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() {