Revision: 1091
Author:
jo...@lunarg.com
Date: Fri Jun 12 22:57:19 2015 UTC
Log: LunarGLASS SPV front-end: fix overriding the GLSL/ESSL profile.
https://code.google.com/p/lunarglass/source/detail?r=1091
Modified:
/trunk/Frontends/SPIRV/SpvToTop.cpp
=======================================
--- /trunk/Frontends/SPIRV/SpvToTop.cpp Thu May 21 01:11:19 2015 UTC
+++ /trunk/Frontends/SPIRV/SpvToTop.cpp Fri Jun 12 22:57:19 2015 UTC
@@ -1288,7 +1288,6 @@
manager.setProfile(ECoreProfile);
break;
}
- manager.setProfile(ECoreProfile);
break;
}
case spv::OpSourceExtension: