Handle logical xor.

This commit is contained in:
Roberto Raggi
2010-11-30 15:47:03 +01:00
parent 5aacd95966
commit cf793418c3
5 changed files with 325 additions and 326 deletions

View File

@@ -61,7 +61,7 @@ const char *const GLSLParserTable::spell [] = {
"samplerCube", "samplerCubeArray", "samplerCubeArrayShadow", "samplerCubeShadow", ";", "/", "smooth", "*", "struct", "subroutine",
"-=", "switch", "~", "type_name", "uint", "uniform", "usampler1D", "usampler1DArray", "usampler2D", "usampler2DArray",
"usampler2DMS", "usampler2DMSarray", "usampler2DRect", "usampler3D", "usamplerBuffer", "usamplerCube", "usamplerCubeArray", "uvec2", "uvec3", "uvec4",
"varying", "vec2", "vec3", "vec4", "|", "void", "while", "^=", "^", "true",
"varying", "vec2", "vec3", "vec4", "|", "void", "while", "^=", "^^", "true",
"false", "preprocessor directive", "comment", "error", "reserved word"};
const short GLSLParserTable::lhs [] = {