summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-06-06 12:38:29 +0200
committerworktycho <work.tycho@gmail.com>2014-06-06 12:38:29 +0200
commit2ed2f20a314e6c16244b61a228ab81242547ccfd (patch)
tree88bfa158555c0ba5f76a92bc2a55ca665d4df64d
parenttypo (diff)
downloadcuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar.gz
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar.bz2
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar.lz
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar.xz
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.tar.zst
cuberite-2ed2f20a314e6c16244b61a228ab81242547ccfd.zip
-rw-r--r--docs/Generator.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Generator.html b/docs/Generator.html
index 758afa229..16aaf68c8 100644
--- a/docs/Generator.html
+++ b/docs/Generator.html
@@ -403,6 +403,7 @@ and use the layout corresponding to the threshold:</p>
<a name="GPU"><h2>Executing on a GPU</h2></a>
<p>Much of the terain genertion consists of doing the same thing for every single column or block in a chunk. This
sort of computation is much faster on a GPU as GPUs are massively parallel. High end GPUs can execute up to 30,000
-threads simultaneously, which would allow them to generate every block in three chunks in parallel.</p>
+threads simultaneously, which would allow them to generate every block in half a chunk in parallel or every column
+in over 100 chunks in parallel.</p>
</body>
</html>