I’ve had a search around various forums and through the LWJGL wiki but I cannot find any information on how to use OpenGL ES with LWJGL. I had a look in the most recent nightly and stable builds but can’t even find the GL10, GL11 etc. files in those. I’m looking to be able to access all ES versions, from 1.0 to 3.0. How can I do this?
Edit: I looked in src/generated/… and src/templates/…and found that they both include the files GLES2.0 and GLES3.0. What are the different directories for and should I use them? Also, does LWJGL support OpenGL ES 1.0?