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:
parent
eebed6f60b
commit
ebf0825ec4
5 changed files with 60 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue