From e11562085d385bbc4f57eb21b4c1573e4054594e Mon Sep 17 00:00:00 2001 From: Dallon Feldner Date: Wed, 24 Aug 2016 12:41:14 -0500 Subject: [PATCH] Nerd rage The line "One does not simply [walk into Mordor]" was spoken by Boromir, not Aragorn! D: --- appendix/04/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix/04/README.md b/appendix/04/README.md index 1ab71b7..233f574 100644 --- a/appendix/04/README.md +++ b/appendix/04/README.md @@ -89,7 +89,7 @@ If the conditional branching is a valid option on the CPU, [the parallel nature] Using conditionals is even discouraged most of the time, the book explains a couple of alternative techniques to solve this. #### type casting -As [Aragorn](https://en.wikipedia.org/wiki/Aragorn) put it, "One does not simply combine Typed primitives". Unlike JavaScript, GLSL will not allow you to perform operations between variables of different types. +As [Boromir](https://en.wikipedia.org/wiki/Boromir) put it, "One does not simply combine Typed primitives". Unlike JavaScript, GLSL will not allow you to perform operations between variables of different types. This for instance: ```glsl