Re: glMultiDraw*Indirect
Posted by
Sven Gothel on
Aug 06, 2023; 7:50pm
URL: https://forum.jogamp.org/glMultiDraw-Indirect-tp4042510p4042815.html
Resolved, see
https://jogamp.org/bugzilla/show_bug.cgi?id=1441also see discussion in
https://jogamp.org/bugzilla/show_bug.cgi?id=852(Memories .. I triaged w/ git blame, then checked our bugzilla crossref
to ensure I didn't miss anything .. and voila .. )
Notable, `glMultiDrawArraysIndirect` is dual sourced (cpu + gpu) per GL4 spec.
Also related, ARB_draw_indirect allows to be cpu sourced as well in ES 3.1.