PFNGLDEBUGMESSAGEINSERTPROC typedef

PFNGLDEBUGMESSAGEINSERTPROC = Void Function(Uint32 source, Uint32 type, Uint32 id, Uint32 severity, Uint32 length, Pointer<Utf8> buf)

Implementation

typedef PFNGLDEBUGMESSAGEINSERTPROC =
    Void Function(
      Uint32 source,
      Uint32 type,
      Uint32 id,
      Uint32 severity,
      Uint32 length,
      Pointer<Utf8> buf,
    );