I'm developing a desktop OpenGL application, and I want to make sure it'll be compatible to OpenGL ES, so that it'll be easier to port it to mobile platforms later.
What's the best way to make sure I'm using only the OpenGL ES specifications in my software?