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

@@ -27,6 +27,9 @@
namespace GLSL_STD_450 {
const int Version = 99;
const int Revision = 1;
enum Entrypoints {
Round = 0,
RoundEven = 1,