glslang -> SPV: swap arguments as needed for OpVectorTimesScalar and OpMatrixTimesScalar, and check for correct types for those as well as OpMatrixTimesVector, OpVectorTimesMatrix, and OpMatrixTimesMatrix.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31486 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
8d64d44c3f
commit
e5e0f6e37a
8 changed files with 23 additions and 10 deletions
|
|
@ -185,7 +185,7 @@ Linked fragment stage:
|
|||
114: 111 Load 113(sampler)
|
||||
115: 60(fvec2) Load 62(coord)
|
||||
116: 95(fvec4) TextureSample 114 115
|
||||
117: 95(fvec4) VectorTimesScalar 110 116
|
||||
117: 95(fvec4) VectorTimesScalar 116 110
|
||||
Store 97(gl_FragColor) 117
|
||||
Branch 6
|
||||
6: Label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue