PFNGLDEBUGMESSAGEINSERTAMDPROC typedef

PFNGLDEBUGMESSAGEINSERTAMDPROC = Void Function(Uint32 category, Uint32 severity, Uint32 id, Uint32 length, Pointer<Utf8> buf)

Implementation

typedef PFNGLDEBUGMESSAGEINSERTAMDPROC =
    Void Function(
      Uint32 category,
      Uint32 severity,
      Uint32 id,
      Uint32 length,
      Pointer<Utf8> buf,
    );