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

VBO revisit #6

Open
prepare opened this issue Oct 19, 2017 · 2 comments
Open

VBO revisit #6

prepare opened this issue Oct 19, 2017 · 2 comments

Comments

@prepare
Copy link
Member Author

prepare commented Oct 19, 2017

I'm implementing VBO.

(ref) ... Each time DrawModel is called, the index and vertex data are copied to OpenGL ES, and transferred to the graphics hardware. If the vertex data does not change between invocations, these unnecessary copies can impact performance. To avoid unnecessary copies, your app should store its vertex data in a vertex buffer object (VBO). Because OpenGL ES owns the vertex buffer object’s memory, it can store the buffer in memory that is more accessible to the graphics hardware, or pre-process the data into the preferred format for the graphics hardware.

@prepare
Copy link
Member Author

prepare commented Feb 26, 2020

TODO: check this again 09d96a4

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

1 participant