↧
Answer by Nicol Bolas for Usage of glBindBufferRange with transform feedback
Yes, the amount of data written to a buffer during transform feedback is the number of primitives written * the number of components of those primitives * the size of a primitive. And yes, "basic...
View ArticleUsage of glBindBufferRange with transform feedback
I have a buffer that I would like to fill over successive transform feedbacks, and I am wondering how exactly to do this. glBindBufferRange has five arguments, I understand that the first three are...
View Article