summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glsllexer.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-11-29 10:09:22 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-11-29 10:09:22 +1000
commit614127a55723c86f7e7ba034de0c60f52b872bb5 (patch)
treee19a07cbcfc378cb90eda319ca9beff13797fc10 /src/libs/glsl/glsllexer.h
parenta22fad9308669a3ee0ea91c896cd73506d189223 (diff)
downloadqt-creator-614127a55723c86f7e7ba034de0c60f52b872bb5.tar.gz
Use the GLSL/ES system library by default.
Diffstat (limited to 'src/libs/glsl/glsllexer.h')
-rw-r--r--src/libs/glsl/glsllexer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/glsl/glsllexer.h b/src/libs/glsl/glsllexer.h
index 65584c3905..b8e906be1a 100644
--- a/src/libs/glsl/glsllexer.h
+++ b/src/libs/glsl/glsllexer.h
@@ -78,7 +78,8 @@ public:
Variant_VertexShader = 0x00200000,
Variant_FragmentShader = 0x00400000,
Variant_Reserved = 0x80000000,
- Variant_Mask = 0xFFFF0000
+ Variant_Mask = 0xFFFF0000,
+ Variant_All = 0xFFFF0000
};
union Value {