Is ther any support for vertex and pixel shaders in jogl and if how do I work with them there?
thx
Is ther any support for vertex and pixel shaders in jogl and if how do I work with them there?
thx
You can use the OpenGL Shading Language. See the resource links in the wikipedia article for examples. Refer to pepijnve NEHE tutorial ports Lesson 47 to get you started how to upload the shaders to your GPU using JOGL.
Method “glUseProgramObjectARB” not available
I get this message when running the lesson for shaders…does that mean that jogl doesn’t support it?
Or is there a way to get it?
That means your driver or your gpu does not support shaders. If you’re sure your gpu supports shaders, try installing the latest drivers.