glslang -> SPV: translate the source profile to the SPV source language.
authorJohn Kessenich <cepheus@frii.com>
Fri, 22 May 2015 01:21:31 +0000 (01:21 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 22 May 2015 01:21:31 +0000 (01:21 +0000)
commitea543986f9dbc8224ab50b69d8258101a325b1b1
tree0cb08cf97a90671d7ead0045475d800e4ed93019
parente61ed597261c647c4a82a93e93cf0807fce4a273
glslang -> SPV: translate the source profile to the SPV source language.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31265 e7fa87d3-cd2b-0410-9028-fcbf551c1848
15 files changed:
SPIRV/GlslangToSpv.cpp
Test/baseResults/spv.100ops.frag.out
Test/baseResults/spv.300BuiltIns.vert.out
Test/baseResults/spv.300layout.frag.out
Test/baseResults/spv.300layoutp.vert.out
Test/baseResults/spv.do-simple.vert.out
Test/baseResults/spv.do-while-continue-break.vert.out
Test/baseResults/spv.for-continue-break.vert.out
Test/baseResults/spv.for-simple.vert.out
Test/baseResults/spv.forwardFun.frag.out
Test/baseResults/spv.precision.frag.out
Test/baseResults/spv.switch.frag.out
Test/baseResults/spv.uint.frag.out
Test/baseResults/spv.while-continue-break.vert.out
Test/baseResults/spv.while-simple.vert.out