Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h.

This commit is contained in:
John Kessenich
2015-08-02 16:11:21 -06:00
parent 0da9eaabe8
commit 61d7d7ad73
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/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)."
@@ -7,3 +7,4 @@ 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