Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing include for latest glslang (#7365)
This change in glslang removes the include of "intermediate.h" from GlslangToSpv.h: KhronosGroup/glslang@62de186 As a result, the definition of "class TIntermediate" is removed, and will fail compilation of MaterialCompiler.cpp when glslang is updated to a version including the aforementioned change. We fix this by adding an explicit include to this header in MaterialCompiler.cpp. Co-authored-by: Powei Feng <powei@google.com>
- Loading branch information