Re: Shader does not accept the Parameters.
Posted by jmaasing on Feb 13, 2014; 9:33am
URL: https://forum.jogamp.org/Shader-does-not-accept-the-Parameters-tp4031551p4031562.html
The only thing I can think of is that they are missing a version tag. For example #version 410 core
So maybe your driver considers them an "old" version of GLSL and fails somehow but that should've resulted in them not compiling.