PFNGLDEBUGMESSAGEENABLEAMDPROC typedef

PFNGLDEBUGMESSAGEENABLEAMDPROC = Void Function(Uint32 category, Uint32 severity, Uint32 count, Pointer<Uint32> ids, Int32 enabled)

Implementation

typedef PFNGLDEBUGMESSAGEENABLEAMDPROC =
    Void Function(
      Uint32 category,
      Uint32 severity,
      Uint32 count,
      Pointer<Uint32> ids,
      Int32 enabled,
    );