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 c4ad16c commit accd284Copy full SHA for accd284
webgl/lessons/webgl-smallest-programs.md
@@ -36,7 +36,7 @@ All this program does is clear the canvas to red but it did actually do somethin
36
Think about it through. With just this you can actually test some things. Let's say
37
you are [rendering to a texture](webgl-render-to-texture.html) but things aren't working.
38
Let's say it's just like the example in [that article](webgl-render-to-texture.html).
39
-You're rendering 1 or more 3D things into a texture then rending that result onto a cube.
+You're rendering 1 or more 3D things into a texture then rendering that result onto a cube.
40
41
You're not seeing anything. Well, as a simple test, stop rendering to the texture with
42
shaders are just clear the texture to a known color.
0 commit comments