Re: JOGL Shader Questions
Posted by
Demoscene Passivist on
Mar 26, 2013; 7:37am
URL: https://forum.jogamp.org/JOGL-Shader-Questions-tp4028783p4028820.html
>The reason this isn't entirely general OpenGL is because I'm looking for examples of doing this in JOGL.
> I want to figure out how to write the shader AND interface with it properly from the Java code, which
>is clearly in JOGL, not LWJGL or anything else.
You may take a look a my blog at
copypastaresearch.tumblr.comThere are a lot of examples on how to use shaders with JOGL ofc with sourcecode. E.g. take a look at
this simple example on how to setup a simple fullscreen fragment shader.