jogamp
›
jogl
Search
everywhere
only in this topic
Advanced Search
Location of ARB/EXT functions/parameters ?
Classic
List
Threaded
♦
♦
Locked
2 messages
Bruno
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Location of ARB/EXT functions/parameters ?
Where can i find most of the ARB/EXT functions/parameters ?
Examples are:
GL_FRAGMENT_SHADER_ARB
GL_FRAMEBUFFER_EXT
glGenFramebuffersEXT
Best Regards,
Demoscene Passivist
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Location of ARB/EXT functions/parameters ?
Administrator
As a rule of thumb u generally have to remove "ARB"/"EXT" from all functions and constants.
Try using ...
import static javax.media.opengl.GL2.*;
... and then ...
GL_FRAGMENT_SHADER
GL_FRAMEBUFFER
glGenFramebuffers
Free forum by Nabble
Edit this page