Re: Looking for a shader example
Posted by Agnes on
URL: https://forum.jogamp.org/Looking-for-a-shader-example-tp4025242p4025302.html
I have the sample running on my machine. There was one small issue: the GLSL compiler complained that the "#version" instruction had to be the first statement in the file - it obviously counted the #ifdef as a statement.