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

View File

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