For all keywords already present, get correct when they could be identifiers, are reserved words, or are keywords, for all versions of ESSL and GLSL.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21282 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -23,7 +23,7 @@ int k = 0x80000000; // k gets -2147483648 == 0x80000000
|
||||
int l = 2147483648; // l gets -2147483648 (the literal set the sign bit)
|
||||
|
||||
float fa, fb = 1.5; // single-precision floating-point
|
||||
//double fc, fd = 2.0LF; // double-precision floating-point
|
||||
double fc, fd = 2.0LF; // double-precision floating-point
|
||||
|
||||
vec2 texcoord1, texcoord2;
|
||||
vec3 position;
|
||||
|
||||
Reference in New Issue
Block a user