User avatar
jackokring
Posts: 816
Joined: Tue Jul 31, 2012 8:27 am
Location: London, UK
Contact: ICQ

Minor question on GLES2 VBOs

Fri Oct 05, 2012 8:45 am

If I store a VBO, and then upload an index list (varying), will the whole VBO be fed through the vertex shader, or just the selected vertex nodes in the index list? Just wondering if I could use one common VBO for all drawn elements.
Pi[NFA]=B256R0USB CL4SD8GB Raspbian Stock.
Pi[Work]=A+256 CL4SD8GB Raspbian Stock.
My favourite constant 1.65056745028

blu
Posts: 55
Joined: Tue Jul 17, 2012 9:57 pm

Re: Minor question on GLES2 VBOs

Fri Oct 05, 2012 9:53 am

The latter.

Return to “OpenGLES”