PFNGLPUSHDEBUGGROUPPROC typedef

PFNGLPUSHDEBUGGROUPPROC = Void Function(Uint32 source, Uint32 id, Uint32 length, Pointer<Utf8> message)

Implementation

typedef PFNGLPUSHDEBUGGROUPPROC =
    Void Function(
      Uint32 source,
      Uint32 id,
      Uint32 length,
      Pointer<Utf8> message,
    );