mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
webgl: Use mediump in triangle test
Support for this should be almost universal.
This commit is contained in:
parent
f5d05a39af
commit
89b65f3a02
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@
|
|||
}
|
||||
</script>
|
||||
<script id="fragmentshader" type="x-shader">
|
||||
#ifdef GL_ES
|
||||
precision highp float;
|
||||
#endif
|
||||
precision mediump float;
|
||||
|
||||
varying vec4 aVertexColor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue