FishingCactus / ShaderShaker

Tool to generalize shader creation. It manages the combinational complexity of shader systems.
30 stars 1 forks source link

Specialized literal #4

Closed crazyjul closed 10 years ago

crazyjul commented 10 years ago

Literals are now parsed with specialised node name.

This will allow the legalisation of expression. In opengles, int and float can't be mixed, while hlsl parser accepts it.