summaryrefslogtreecommitdiffstats
path: root/examples/polygon.frag
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-11-12 15:41:03 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-11-12 15:41:03 +0100
commit76a70a787b20ef26f8f2b38005bc1f0e97a5fbb7 (patch)
tree2d55ae06acdaee91cd127bafae3bbc44b60d160a /examples/polygon.frag
parentce381dec2ac638e50c056083181fb1b4fe618572 (diff)
downloadglslview-76a70a787b20ef26f8f2b38005bc1f0e97a5fbb7.tar
glslview-76a70a787b20ef26f8f2b38005bc1f0e97a5fbb7.zip
examples: switch to GLSL 1.30 to support Intel graphicsHEADmaster
Diffstat (limited to 'examples/polygon.frag')
-rw-r--r--examples/polygon.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/polygon.frag b/examples/polygon.frag
index a018865..26b3b10 100644
--- a/examples/polygon.frag
+++ b/examples/polygon.frag
@@ -1,4 +1,4 @@
-#version 330
+#version 130
out vec4 fragColor;