Disable SPIR-V disassembly in non-release as it's non-functional atm

This commit is contained in:
baldurk
2015-09-13 14:06:38 +02:00
parent 5fccf87d43
commit c136dcfcfe
@@ -1412,7 +1412,7 @@ struct SPVModule
void DisassembleSPIRV(SPIRVShaderStage shadType, const vector<uint32_t> &spirv, string &disasm)
{
#if defined(RELEASE)
#if 1
return;
#else
if(shadType >= eSPIRVInvalid)