openglsuperbible / sb7code

Source code and supporting material for the 7th Edition of OpenGL SuperBible
727 stars 251 forks source link

glMultiDrawElementsIndirect #42

Open george-tsiros opened 4 years ago

george-tsiros commented 4 years ago

apologies if i missed something, but i can not find an example of glMultiDrawElements or gl...Indirect

octfx commented 4 years ago

One example for gl..Indirect can be found in multidrawindirect.cpp Line 204 as glMultiDrawArraysIndirect.

I couldn't find an example for MultiDrawElements either.