Skip to content

Commit e65b6a0

Browse files
committed
applying high precision in fragment shader
1 parent 0d27313 commit e65b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function Error2D (regl, options) {
171171
`,
172172

173173
frag: `
174-
precision mediump float;
174+
precision highp float;
175175
176176
varying vec4 fragColor;
177177

0 commit comments

Comments
 (0)