There was an error while loading. Please reload this page.
2 parents 9cc9f3b + 6902193 commit f83c5cbCopy full SHA for f83c5cb
3 files changed
examples/shaders/resources/shaders/glsl100/julia_set.fs
@@ -1,4 +1,6 @@
1
-#version 120
+#version 100
2
+
3
+precision mediump float;
4
5
// Input vertex attributes (from vertex shader)
6
varying vec2 fragTexCoord;
examples/shaders/resources/shaders/glsl100/mask.fs
examples/shaders/resources/shaders/glsl120/write_depth.fs
@@ -1,4 +1,4 @@
-#version 100
+#version 120
#extension GL_EXT_frag_depth : enable
0 commit comments