Hello Guest

Can i use LWJGL 3 with OpenGL 1.4?

  • 2 Replies
  • 3318 Views
Can i use LWJGL 3 with OpenGL 1.4?
« 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

*

Offline kappa

  • *****
  • 1319
Re: Can i use LWJGL 3 with OpenGL 1.4?
« Reply #1 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.

Re: Can i use LWJGL 3 with OpenGL 1.4?
« Reply #2 on: February 09, 2018, 15:59:29 »
Thank you so much  ;D ;D