ncannasse / hxsl

Haxe Shader Language, a high level 3D shader language for Haxe
86 stars 10 forks source link

3.2 rc-2 with static analyzer gives RuntimeCompiler error #38

Closed markknol closed 9 years ago

markknol commented 9 years ago

I try to compile a Flambe project using the new -D analyzer, but I now get this error:

C:\HaxeToolkit\haxe\lib\hxsl/2,0,3/hxsl/RuntimeCompiler.hx:573: characters 17-20 : Unbound variable _g

Not sure if this is a Haxe or HXSL error.

ncannasse commented 9 years ago

That might interest @simn

Simn commented 9 years ago

Yeah, uhm, reproducible example?

markknol commented 9 years ago

Ill try to send a demo tomorrow.

@aduros did you try the analyzer with flambe already too?

markknol commented 9 years ago

This is not relevant anymor, I dont experience errors anymore.