Thanks to visit codestin.com Credit goes to github.com
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 d43bdb8 commit 3bb9ebeCopy full SHA for 3bb9ebe
02-introduction.rst
@@ -219,7 +219,7 @@ Buffers
219
+++++++
220
221
The next question is thus where do those vertices comes from ? The idea of
222
-modern GL is that vertices are stored on the GPU and need to be uploaded to
+modern GL is that vertices are stored on the CPU and need to be uploaded to
223
the GPU before rendering. The way to do that is to build buffers onto the CPU
224
and to send these buffers onto the GPU. If your data does not change, no need
225
to upload them again. That is the big difference with the previous fixed
0 commit comments