gfx/gl_engine.cpp on windows

Issue #337 resolved
ramMASTER created an issue

line 54:

#ifdef CAESARIA_USE_FRAMEBUFFER #ifndef GL_GLEXT_PROTOTYPES then the definitions of GL_GLEXT_PROTOTYPES

BUT if the compilation does not go to line 55, i.e. CAESARIA_USE_FRAMEBUFFER is NOT defined, you wont define the GL_GLEXT_PROTOTYPES and you'll miss them from line 570:

ifndef GL_GLEXT_PROTOTYPES ASSIGNGLFUNCTION(PFNGLCREATESHADERPROC,glCreateShader)

that also seems to be missing the ; in the end to ASSIGNGLFUNCTION(PFNGLCREATESHADERPROC,glCreateShader);

Comments (4)

  1. Log in to comment