GlDebugMessageInsertARB typedef
GlDebugMessageInsertARB =
void Function(int source, int type, int id, int severity, int length, Pointer<NativeType> buf)
Implementation
typedef GlDebugMessageInsertARB = void Function(int source, int type, int id,
int severity, int length, /*String*/ Pointer buf);