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.
1 parent 6c7e9b1 commit 89dc7e4Copy full SHA for 89dc7e4
webgl/lessons/webgl-precision-issues.md
@@ -16,7 +16,7 @@ the line
16
precision mediump float;
17
```
18
19
-What that heck was that about?
+What the heck was that about?
20
21
`lowp`, `mediump`, and `highp` are precision settings. Precision in this case
22
effectively means how many bits are used to store a value. A number in
0 commit comments