Is there any way to cache compiled shader programs using OpenGL 3.2?
I've looked at ARB_get_program_binary but found my driver does not support it.
I'd like to be as compatible with older cards as possible so switching to OpenGL 4 is not a good solution.
I'm working with Qt5.1 and using QOpenGLFunctions_3_2_Core to access OpenGL functions.