mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Disable SPIR-V compilation entirely for now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user