|
Hi all,
I'm using GL2 profile with GLProfile.get(GLProfile.GL2) and its instructions like glMatrixMode(), glLoadIdentity(), glOrtho() and all it's ok.
Now I need to use shader #version 150 and I see that with GL2 I can use shader #version 120. So I tried to move to GL4 (or GL3, in this case is the same) with GLProfile.get(GLProfile.GL4): my video card gives me correct GL4 profile but I didn't find those instructions. How can I do?
Thanks in advance.
|