Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU or CPU? #16

Open
a-anjos opened this issue Aug 31, 2018 · 1 comment
Open

GPU or CPU? #16

a-anjos opened this issue Aug 31, 2018 · 1 comment

Comments

@a-anjos
Copy link
Contributor

a-anjos commented Aug 31, 2018

I believe that, instead of:
"The idea of modern GL is that vertices are stored on the GPU and need to be uploaded to the GPU before rendering."
you might mean:
"The idea of modern GL is that vertices are stored on the CPU and need to be uploaded to the GPU before rendering."

@rougier
Copy link
Owner

rougier commented Sep 8, 2018

I just merged your PR but I now realize that I think I meant GPU actually. Vertices are stored on the GPU and this means you have to upload some content to the GPU before rendering.

Maybe there is a better phrasing actually. Could make a new PR with a better sentence (this I think the current one is not totally clear)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants