Not all methods can be used
Posted by Thomas1983 on Aug 28, 2020; 7:14am
URL: https://forum.jogamp.org/Not-all-methods-can-be-used-tp4040790.html
Hi,
i´m beginner with jogl, i set up an eclipse project and draw a simple line on the screen which works fine. So it seems the lib has been set up correctly without any missing dll or sth. But by going on further i need some function e.g. in the GL packacke i cant us just like GL.getString(GL_...). Making an static import didnt work. In the package explorer of eclipse the methods are shown and i can attach the source but it doesnt help. How can I use these gl.... methods?