GL_ONE not working

so I am blending in my program and have the line of code
glBlendFunc(GL_SRC_ALPHA, GL_0NE);

for some reason I am getting the error

: error C2065: ‘GL_0NE’ : undeclared identifier

Now it is a valid comand and I don’t think I am leaving anything out, does anyone have any idea why this might be giving me trouble

W

Did you by chance type GL_0NE (zero-N-E) rather than GL_ONE?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.