GLDEBUGPROCARB typedef

GLDEBUGPROCARB = Void Function(Uint32 source, Uint32 type, Uint32 id, Uint32 severity, Uint32 length, Pointer<Utf8> message, Pointer<NativeType> userParam)

Implementation

typedef GLDEBUGPROCARB =
    Void Function(
      Uint32 source,
      Uint32 type,
      Uint32 id,
      Uint32 severity,
      Uint32 length,
      Pointer<Utf8> message,
      Pointer<NativeType> userParam,
    );