Add the 6 hyperbolic trig functions.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22149 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2013-06-24 22:40:19 +00:00
parent eebed6f60b
commit ebf0825ec4
5 changed files with 60 additions and 0 deletions

View File

@@ -90,6 +90,11 @@ void main()
sc = s2.c;
sf = s2.f;
sinh(c1D) +
cosh(c1D) * tanh(c2D);
asinh(c4D) + acosh(c4D);
atanh(c3D);
}
float imageBuffer; // ERROR, reserved