From 49526602039a1b6904b17d80f9b04e4e403ef727 Mon Sep 17 00:00:00 2001 From: David Neto Date: Sat, 16 Apr 2016 16:55:01 -0400 Subject: [PATCH] GLSL.std.h is now at 1.0 Rev 3 --- include/spirv/1.0/GLSL.std.450.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spirv/1.0/GLSL.std.450.h b/include/spirv/1.0/GLSL.std.450.h index 6c54a17..54cc00e 100644 --- a/include/spirv/1.0/GLSL.std.450.h +++ b/include/spirv/1.0/GLSL.std.450.h @@ -28,7 +28,7 @@ #define GLSLstd450_H static const int GLSLstd450Version = 100; -static const int GLSLstd450Revision = 2; +static const int GLSLstd450Revision = 3; enum GLSLstd450 { GLSLstd450Bad = 0, // Don't use -- 2.7.4