jogamp
›
jogl
Login
Register
Search
everywhere
only in this topic
Advanced Search
Location of ARB/EXT functions/parameters ?
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Bruno
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 14, 2010; 6:59pm
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
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 14, 2010; 7:37pm
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