Skip to content

Commit 9fae35a

Browse files
committed
highp > mediump
1 parent 68ef8e3 commit 9fae35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/triangle-fragment.glsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#extension GL_OES_standard_derivatives : enable
22

3-
precision highp float;
3+
precision mediump float;
44

55
#pragma glslify: cookTorrance = require(glsl-specular-cook-torrance)
66
#pragma glslify: faceNormal = require('glsl-face-normal')

lib/triangle-vertex.glsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
precision highp float;
1+
precision mediump float;
22

33
attribute vec3 position, normal;
44
attribute vec4 color;

0 commit comments

Comments
 (0)