diff options
author | Jakub Marcowski <01158831@pw.edu.pl> | 2024-02-05 20:39:02 +0100 |
---|---|---|
committer | Jakub Marcowski <01158831@pw.edu.pl> | 2024-02-06 13:46:56 +0100 |
commit | 8350c88718736978b41001084dda38d00d84ce33 (patch) | |
tree | 47559c286c9adc85a4b4068d41c05bd620597bf4 /thirdparty/glslang/SPIRV/SPVRemapper.h | |
parent | d3352813ea44447bfbf135efdec23acc4d1d3f89 (diff) | |
download | redot-engine-8350c88718736978b41001084dda38d00d84ce33.tar.gz |
vulkan: Update all components to Vulkan SDK 1.3.275.0
Diffstat (limited to 'thirdparty/glslang/SPIRV/SPVRemapper.h')
-rw-r--r-- | thirdparty/glslang/SPIRV/SPVRemapper.h | 2 |
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 |