[osg-users] Why are my shaders not being used?

Antoine Rennuit antoinerennuit at hotmail.com
Mon Jan 22 06:28:04 PST 2018


Hi Julien,

Your answer was right and your help very much appreciated!

PS: as an added note, the platform I use has a rather dull GPU and I had to downgrade


Code:

#define GLSL330(program) "#version 150\n" #program




to


Code:

#define GLSL330(program) "#version 130\n" #program




For it to work.

Thanks a lot,

Antoine.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72829#72829







More information about the osg-users mailing list