how to compile glBlendEquation() in visual studio 2010? it say: error C3861: 'glBlendEquation': identifier not found
It seems that glBlendEquation is missing from the gl.h header that is provided by Microsoft. You should use Glew to get it to work.