Mars_9999
12-02-2007, 09:57 PM
What will happen if I have
glDrawElements count parameter set to say 1024 and the VBO for vertices say has less than the count parameter calls for? I have some patches that don't end up with a nice 32x32 square and I am sending in that amount for the count, so I am concerned with the patches that aren't 32x32. Those non 32x32 patches will have less than 32x32 vertices.
glDrawElements count parameter set to say 1024 and the VBO for vertices say has less than the count parameter calls for? I have some patches that don't end up with a nice 32x32 square and I am sending in that amount for the count, so I am concerned with the patches that aren't 32x32. Those non 32x32 patches will have less than 32x32 vertices.