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:
@@ -118,7 +118,7 @@ Linked fragment stage:
|
||||
60: 57 Load 59(sampler)
|
||||
64: 61(fvec2) Load 63(coord)
|
||||
65: 53(fvec4) TextureSample 60 64
|
||||
66: 53(fvec4) VectorTimesScalar 56 65
|
||||
66: 53(fvec4) VectorTimesScalar 65 56
|
||||
Store 55(gl_FragColor) 66
|
||||
70: 61(fvec2) Load 63(coord)
|
||||
71: 13(float) Load 31(scale)
|
||||
|
||||
Reference in New Issue
Block a user