Re: curve TextRenderer, GL3, couldn't link program
Posted by
Sven Gothel on
Mar 30, 2013; 10:37pm
URL: https://forum.jogamp.org/curve-TextRenderer-GL3-couldn-t-link-program-tp4028852p4028860.html
On 03/29/2013 11:27 PM, JanBenes [via jogamp] wrote:
> Hello everyone,
>
> I'm trying to get "new" TextRenderer to work on my GL3 (forward compatible)
> context to work. I, however, get a "Couldn't link program" error message:
>
> Shader status invalid: ERROR: 0:3: '' : version '110' is not supported
> ERROR: 0:4: '' : #version required and missing.
> ERROR: 0:34: 'attribute' : syntax error syntax error
Thank you for giving us a heads up on this.
Yes, we currently don't align the shader code against the used GLSL version,
as we actually do w/ our demos.
This is clearly a bug - and on the TODO list, should be easy as well.
Nevertheless, can you pls file a bug report against this ?
Thank you!
~Sven