LWJGL Forum

Programming => OpenGL => Topic started by: c56edfrq on February 09, 2018, 15:39:31

Title: Can i use LWJGL 3 with OpenGL 1.4?
Post by: c56edfrq on February 09, 2018, 15:39:31
Hi guys, today I had downloaded LWJGL. Since I saw most of the tutorials explaining how to use the library with OpenGL 2.1+, my question was if I could use the library for OpenGL 1.4? :P
Title: Re: Can i use LWJGL 3 with OpenGL 1.4?
Post by: kappa on February 09, 2018, 15:47:22
Yes, you can use OpenGL 1.4 with LWJGL3.

Just stick to using its GL11 to GL14 classes in the opengl package. Using any classes GL15+ will mean you are using a version higher than OpenGL 1.4.
Title: Re: Can i use LWJGL 3 with OpenGL 1.4?
Post by: c56edfrq on February 09, 2018, 15:59:29
Thank you so much  ;D ;D