Re: JOGL Shader Questions
Posted by
bgroenks96 on
Mar 25, 2013; 7:37pm
URL: https://forum.jogamp.org/JOGL-Shader-Questions-tp4028783p4028809.html
gouessej wrote
I advise you to read a basic course about shaders as you seem not to understand which variables are in input and in output in a shader of a particular type (vertex, pixel, geometry, ...).
I've been reading about shaders, but I'm more confused about JOGL and GLSL specifically.
If you have any particular article or shader-tutorial you would like me to read before continuing my inquiries, please post it, and I will be happy to do so.
Edit:
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.