GLDEBUGPROC typedef

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

Implementation

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