ncannasse / hxsl

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

Unknown identifier : VParam #10

Closed jfroco closed 11 years ago

jfroco commented 11 years ago

I've got this when I try to run samples:

C:\Motion-Twin\Haxe\lib\hxsl/2,0/hxsl/Shader.hx:145: characters 17-23 : Unknown identifier : VParam

When I change:

Shader.hx line 26

from: import hxsl.Data.Tools;

to: import hxsl.Data;

samples worked.

What is my problem?

ncannasse commented 11 years ago

This might be because I'm using Haxe SVN which is a bit smarter at detecting enums. I've made the same change as you, please report if you have other issues with Haxe 2.10