IsraelAbebe / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

GLSLLoader does not maintain order of #imports #523

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. #import two GLSL libs in a shader, where the second imported lib uses some 
function exposed in the first imported lib.

What is the expected output? What do you see instead?
It is expected that the shader will compile as usual, however under some cases 
the order of imports is mixed, causing the second imported lib to actually 
appear first in the shader.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 18 Jul 2012 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 8 Sep 2012 at 5:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r9752.

Original comment by ShadowIs...@gmail.com on 19 Sep 2012 at 1:00