Am trying to run https://github.com/diharaw/sky-models. The program crashes at glBindImageTexture in ogl.cpp.
It seems on MacOS (OpenGL 4.1) glBindImageTexture (requires OpenGL 4.2+) is unimplemented so the function pointer is null. Subsequent call crashes.
Am trying to run https://github.com/diharaw/sky-models. The program crashes at
glBindImageTextureinogl.cpp.It seems on MacOS (OpenGL 4.1)
glBindImageTexture(requires OpenGL 4.2+) is unimplemented so the function pointer is null. Subsequent call crashes.