Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h.
This commit is contained in:
parent
0da9eaabe8
commit
61d7d7ad73
4 changed files with 8 additions and 3 deletions
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
namespace GLSL_STD_450 {
|
||||
|
||||
const int Version = 99;
|
||||
const int Revision = 1;
|
||||
|
||||
enum Entrypoints {
|
||||
Round = 0,
|
||||
RoundEven = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue