GlPushDebugGroup typedef

GlPushDebugGroup = void Function(int source, int id, int length, Pointer<NativeType> message)

Implementation

typedef GlPushDebugGroup = void Function(
    int source, int id, int length, /*String*/ Pointer message);