In order to avoid the query object stall when combining EXT_transform_feedback with glDrawElementsInstanced it seems to be recommended to use the ARB_draw_indirect extension - but for the life of me I can't find any information on how I get transform feedback to populate the GL_DRAW_INDIRECT_BUFFER needed for the new set of functions this extension introduces.
I've seen people talk about OpenCL, but how do I get OpenGL's transform feedback mechanism to do it?
thanks.
(I've deliberately littered this post with the keyword breadcrumbs I've been searching with for people with the same question!)



