SPV: For AST interpolateAt* ops consuming a swizzle, invert the order.
Apply the interpolation first, then apply the swizzle to the result, the inverse of the order requested by the AST. This fixes issue #411.
Showing
- SPIRV/GlslangToSpv.cpp 84 additions, 27 deletionsSPIRV/GlslangToSpv.cpp
- Test/baseResults/spv.swizzleInversion.frag.out 81 additions, 0 deletionsTest/baseResults/spv.swizzleInversion.frag.out
- Test/spv.swizzleInversion.frag 16 additions, 0 deletionsTest/spv.swizzleInversion.frag
- glslang/Include/revision.h 2 additions, 2 deletionsglslang/Include/revision.h
- gtests/Spv.FromFile.cpp 1 addition, 0 deletionsgtests/Spv.FromFile.cpp
Loading
Please register or sign in to comment