-
Combining Points into one VBO
hi in my app, I've got many points. If I want to speedup rendering, the fastest way seems combining them together into one VBO (one vertex array for multiple points) and then draw them with one call. What is optimal size of that array, does have OpenGL problems with allocating too big arrays on GPU ?? I also really need to store those points in CPU.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules