mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-15 02:56:50 +00:00
Disable SPIR-V disassembly in non-release as it's non-functional atm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user