mettli / glfx

Automatically exported from code.google.com/p/glfx
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

None of the examples work. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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