summaryrefslogtreecommitdiffstats
path: root/thirdparty/glslang/SPIRV/SPVRemapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/glslang/SPIRV/SPVRemapper.h')
-rw-r--r--thirdparty/glslang/SPIRV/SPVRemapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/glslang/SPIRV/SPVRemapper.h b/thirdparty/glslang/SPIRV/SPVRemapper.h
index 42b01686ee..33efe331e4 100644
--- a/thirdparty/glslang/SPIRV/SPVRemapper.h
+++ b/thirdparty/glslang/SPIRV/SPVRemapper.h
@@ -77,9 +77,9 @@ public:
#include <cassert>
#include "spirv.hpp"
-#include "spvIR.h"
namespace spv {
+const Id NoResult = 0;
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
class spirvbin_t : public spirvbin_base_t