Merge pull request #254 from asfdfdfd/patch-1

Fixed line number.
This commit is contained in:
Patricio Gonzalez Vivo 2019-09-27 15:19:01 -07:00 committed by GitHub
commit 9c50285dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ In GPU-land rendering text is an overcomplicated task for a first step, instead
<div class="codeAndCanvas" data="hello_world.frag"></div>
If you are reading this book in a browser the previous block of code is interactive. That means you can click and change any part of the code you want to explore. Changes will be updated immediately thanks to the GPU architecture that compiles and replaces shaders *on the fly*. Give it a try by changing the values on line 6.
If you are reading this book in a browser the previous block of code is interactive. That means you can click and change any part of the code you want to explore. Changes will be updated immediately thanks to the GPU architecture that compiles and replaces shaders *on the fly*. Give it a try by changing the values on line 8.
Although these simple lines of code don't look like a lot, we can infer substantial knowledge from them: