views:

42

answers:

1

how to compile glBlendEquation() in visual studio 2010? it say: error C3861: 'glBlendEquation': identifier not found

+1  A: 

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.

tibur