We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b9d6ad + 666ace3 commit 6797aeaCopy full SHA for 6797aea
static/index.html
@@ -63,9 +63,9 @@
63
<script src="js/codemirror.js"></script>
64
<script src="js/glsl.js"></script>
65
66
- <script id="example" type="x-shader/x-fragment">precision mediump float;
+ <script id="example" type="x-shader/x-fragment">#extension GL_OES_standard_derivatives : enable
67
68
-#extension GL_OES_standard_derivatives : enable
+precision mediump float;
69
70
uniform float time;
71
uniform vec2 mouse;
0 commit comments