mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 11:05:56 +00:00
Externals: Update glslang.
This updates glslang to commit 4fc7a33910fb8e40b970d160e1b38ab3f67fe0f3 which is the current version listed in the known_good.json file for the version 1.2.131.2 of the Vulkan-ValidationLayers repo.
This commit is contained in:
parent
b3c705fa96
commit
690dee3533
126 changed files with 29560 additions and 13594 deletions
2
Externals/glslang/StandAlone/spirv-remap.cpp
vendored
2
Externals/glslang/StandAlone/spirv-remap.cpp
vendored
|
@ -227,7 +227,7 @@ namespace {
|
|||
}
|
||||
}
|
||||
else if (arg == "--version" || arg == "-V") {
|
||||
std::cout << basename(argv[0]) << " version 0.97 " << __DATE__ << " " << __TIME__ << std::endl;
|
||||
std::cout << basename(argv[0]) << " version 0.97" << std::endl;
|
||||
exit(0);
|
||||
} else if (arg == "--input" || arg == "-i") {
|
||||
// Collect input files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue