Disable SPIR-V compilation entirely for now

This commit is contained in:
baldurk
2015-11-19 01:31:27 +01:00
parent 616a571853
commit f7187484fd
@@ -134,7 +134,7 @@ TBuiltInResource DefaultResources =
string CompileSPIRV(SPIRVShaderStage shadType, const std::vector<std::string> &sources, vector<uint32_t> &spirv)
{
#if defined(RELEASE)
#if 1 || defined(RELEASE)
return "SPIR-V disassembly disabled due to glslang instability";
#else
if(shadType >= eSPIRVInvalid)