ncannasse / hxsl

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

why not more than 32 param?i have a shader need more #40

Closed matrix3d closed 9 years ago

matrix3d commented 9 years ago

if( paramCount == 32 ) Context.error("Too many runtime parameters for this shader (max=32)", v.pos);

ncannasse commented 9 years ago

We use a 32 bit integer to store some per param info. BTW i no longer support hxsl2, development has been moved to https://github.com/ncannasse/heaps (hxsl3)

matrix3d commented 9 years ago

oh,thanks rp.i will move to look at the hxsl3.