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
|
|
@ -541,6 +541,13 @@ TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType,
|
|||
|
||||
// TODO: Functionality: constant folding: the rest of the ops have to be fleshed out
|
||||
|
||||
case EOpSinh:
|
||||
case EOpCosh:
|
||||
case EOpTanh:
|
||||
case EOpAsinh:
|
||||
case EOpAcosh:
|
||||
case EOpAtanh:
|
||||
|
||||
case EOpIsNan:
|
||||
case EOpIsInf:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue