implementation of glIsExtensionAvailable

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

implementation of glIsExtensionAvailable

matt
hello,
where can i find the class in which glIsExtensionAvailable is implemented?
i couldnt find it in the git-tree

thanks!
Reply | Threaded
Open this post in threaded view
|

Re: implementation of glIsExtensionAvailable

Michael Bien
its in GLContextImpl (+ ExtensionAvailabilityCache):
http://github.com/mbien/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/impl/GLContextImpl.java
http://github.com/mbien/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/impl/ExtensionAvailabilityCache.java

you can also query the availability of certain functions which is implemented in the generated ProcAddressTables.

regards,
michael

On 08/09/2010 11:49 AM, matt [via jogamp] wrote:
hello,
where can i find the class in which glIsExtensionAvailable is implemented?
i couldnt find it in the git-tree

thanks!


View message @ http://jogamp.762907.n3.nabble.com/implementation-of-glIsExtensionAvailable-tp1053705p1053705.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


-- 
http://michael-bien.com/