glPushDebugGroup method
Implementation
void glPushDebugGroup(
int source,
int id,
int length,
ffi.Pointer<ffi.Int8> message,
) {
return (_glPushDebugGroup ??=
_dylib.lookupFunction<_c_glPushDebugGroup, _dart_glPushDebugGroup>(
'glPushDebugGroup'))(
source,
id,
length,
message,
);
}