Merge pull request #14065 from iwubcode/glslang_compiler_fix

VideoCommon: fix wrong path to glslang include
This commit is contained in:
Jordan Woyak 2025-11-02 14:33:12 -06:00 committed by GitHub
commit 9c28f19e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
#include <string>
#include <vector>
#include "ShaderLang.h"
#include <glslang/Public/ShaderLang.h>
namespace VideoCommon
{