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:
@@ -97,7 +97,7 @@ Linked fragment stage:
|
||||
52: 49 Load 51(sampler)
|
||||
56: 53(fvec2) Load 55(coord)
|
||||
57: 17(fvec4) TextureSample 52 56
|
||||
58: 17(fvec4) VectorTimesScalar 48 57
|
||||
58: 17(fvec4) VectorTimesScalar 57 48
|
||||
Store 47(gl_FragColor) 58
|
||||
Branch 6
|
||||
6: Label
|
||||
|
||||
Reference in New Issue
Block a user