cbaggers / glsl-spec

The GLSL spec as a datastructure
The Unlicense
39 stars 10 forks source link

Add Operators #5

Open cbaggers opened 6 years ago

cbaggers commented 6 years ago

We should record what operators are valid in what combinations.

These will mostly be 2 arg functions expect for unary operators.

I'll leave it to the consumers of the library to decide if they have more expressive type that can encapsulate multiple overloads of the operators.