Skip to content

Commit

Permalink
Set highp floats by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Oct 28, 2021
1 parent 7da7750 commit e0878a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<script id="example" type="x-shader/x-fragment">#extension GL_OES_standard_derivatives : enable

precision mediump float;
precision highp float;

uniform float time;
uniform vec2 mouse;
Expand All @@ -115,7 +115,7 @@

<script id="fragmentShader" type="x-shader/x-fragment">

precision mediump float;
precision highp float;

uniform vec2 resolution;
uniform sampler2D texture;
Expand Down

0 comments on commit e0878a9

Please sign in to comment.