mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Externals: Update glslang to upstream commit 32d3ec3
This commit is contained in:
parent
160d16f1b3
commit
bc96557ec4
149 changed files with 47830 additions and 13886 deletions
2
Externals/glslang/gtests/Pp.FromFile.cpp
vendored
2
Externals/glslang/gtests/Pp.FromFile.cpp
vendored
|
@ -43,7 +43,7 @@ using PreprocessingTest = GlslangTest<::testing::TestWithParam<std::string>>;
|
|||
|
||||
TEST_P(PreprocessingTest, FromFile)
|
||||
{
|
||||
loadFilePreprocessAndCheck(GLSLANG_TEST_DIRECTORY, GetParam());
|
||||
loadFilePreprocessAndCheck(GlobalTestSettings.testRoot, GetParam());
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue