glDrawElementsIndirect method
Implementation
void glDrawElementsIndirect(
int mode,
int type,
ffi.Pointer<ffi.Void> indirect,
) {
return (_glDrawElementsIndirect ??= _dylib.lookupFunction<
_c_glDrawElementsIndirect,
_dart_glDrawElementsIndirect>('glDrawElementsIndirect'))(
mode,
type,
indirect,
);
}