Get GLSL linker error description on Windows
It seems that glGetProgramInfoLog (and a matching function pointer type
PFNGLGETPROGRAMINFOLOGARBPROC) are undefined in Windows' OpenGL header and
the function also seems to be missing from the DLL – I didn't find the
string "wglGetProgram" in opengl32.dll.
Is there another way to get the same functionality on Windows?
glGetInfoLogARB seems to be an alternative but always returns empty
strings on mobile platforms, so i guess there's a difference to
glGetProgramInfoLog?!
No comments:
Post a Comment