mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Externals: Add glslang from Vulkan SDK v1.0.21.1
This commit is contained in:
10
Externals/glslang/make-revision
vendored
Executable file
10
Externals/glslang/make-revision
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
(
|
||||
echo "// This header is generated by the make-revision script."
|
||||
echo "// For the version, it uses the latest git tag followed by the number of commits."
|
||||
echo "// For the date, it uses the current date (when then script is run)."
|
||||
|
||||
echo
|
||||
echo \#define GLSLANG_REVISION \"`git describe --tags --abbrev=0`.`git log --oneline | wc -l`\"
|
||||
echo \#define GLSLANG_DATE \"`date +%d-%b-%Y`\"
|
||||
) > glslang/Include/revision.h
|
Reference in New Issue
Block a user