Well, I am very new to graphics programming and I'm not really sure if my assumptions are true about this GLES. But, how do I include it properly.. because I need this glBlendFuncSeparator()
in my program as a substitute to this glColorMask()
which I can only found in GLES/gl2.h
?
And one more.. Can I use GLES functions on PC? because a lot of which I encounter using this is programming in cellphones, etc.