What are the exact differences between OpenGL ES 2.0 and OpenGL 4.1. I'm aware of the fact that OpenGL ES 2.0 is a subset of OpenGL 4.1. But what exactly are the capabilities that are not available in OpenGL ES 2.0.
I would like to start developing a desktop application using the OpenGL ES 2.0 subset alone( Because we have a great learning material in the form of OpenGL ES Programming Guide ) and I would like to know what I would be missing.