Add ES 300 matrix operations: outerProduct, determinant, inverse, and transpose, and missing ES 300 limit gl_MaxFragmentInputVectors.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20643 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
bd0747d6f0
commit
1f2a36bd6b
8 changed files with 122 additions and 24 deletions
|
|
@ -169,6 +169,10 @@ enum TOperator {
|
|||
EOpFwidth, // Fragment only
|
||||
|
||||
EOpMatrixTimesMatrix,
|
||||
EOpOuterProduct,
|
||||
EOpDeterminant,
|
||||
EOpMatrixInverse,
|
||||
EOpTranspose,
|
||||
|
||||
EOpAny,
|
||||
EOpAll,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue