Login  Register

Re: Need Help Solving OpenGL/GLSL 4.4 Issues

Posted by xghost on Jul 24, 2014; 9:54am
URL: https://forum.jogamp.org/Need-Help-Solving-OpenGL-GLSL-4-4-Issues-tp4032557p4032655.html

I've updated the other demos and they're currently working as expected. This is good news for sure :)

However, what I'm now trying to do is figure out what the actual issue was before. I went through the code in some of the JOGL classes (e.g. ShaderCode, ShaderProgram, ShaderUtil) and, as far as I can tell, I was following a fairly similar process when creating the shader objects and program, checking for compilation/linking issues, and also for other errors with glGetError.

I was not immediately able to spot something that was being done internally in the JOGL classes that I was not already trying to do in previous attempts :/

Any tips to improve my understanding here would be appreciated. As I mentioned before, it seemed like it should've worked, but it didn't and I'm not yet clear why what was actually the case.

Thanks in advance.