revel8n/glfx

None of the examples work.

Closed this issue · 2 comments

What steps will reproduce the problem?
1.I am compiling under ati 7970 and none of the shaders are working
2.
3.

What is the expected output? What do you see instead?
The error i am getting is that you are using the in keyword along with a 
structure when you call the Vertex Shader which is illegal. It might work on 
NVidia but it is not part of the specs.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by jeromefa...@gmail.com on 18 Dec 2012 at 6:47

Yes, this is a limitation of AMD GLSL compiler. You cannot use structs to pass 
attributes to VS.
Have you tried to pass attributes without structs?

Original comment by max.snif...@gmail.com on 18 Dec 2012 at 8:38

This is not a GLFX issue, so I'm closing it.

Original comment by max.snif...@gmail.com on 5 Jan 2013 at 1:31

  • Changed state: Invalid