cbaggers / glsl-spec

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

Missing two variants of smoothstep #3

Open cbaggers opened 7 years ago

cbaggers commented 7 years ago
genType smoothstep(float edge0, float edge1, genType x);
genDType smoothstep(double edge0, double edge1, genDType x);