PFNGLDEBUGMESSAGECONTROLARBPROC typedef

PFNGLDEBUGMESSAGECONTROLARBPROC = Void Function(Uint32 source, Uint32 type, Uint32 severity, Uint32 count, Pointer<Uint32> ids, Int32 enabled)

Implementation

typedef PFNGLDEBUGMESSAGECONTROLARBPROC =
    Void Function(
      Uint32 source,
      Uint32 type,
      Uint32 severity,
      Uint32 count,
      Pointer<Uint32> ids,
      Int32 enabled,
    );