PFNGLGETDEBUGMESSAGELOGAMDPROC typedef

PFNGLGETDEBUGMESSAGELOGAMDPROC = Uint32 Function(Uint32 count, Uint32 bufSize, Pointer<Uint32> categories, Pointer<Uint32> severities, Pointer<Uint32> ids, Pointer<Uint32> lengths, Pointer<Int8> message)

Implementation

typedef PFNGLGETDEBUGMESSAGELOGAMDPROC =
    Uint32 Function(
      Uint32 count,
      Uint32 bufSize,
      Pointer<Uint32> categories,
      Pointer<Uint32> severities,
      Pointer<Uint32> ids,
      Pointer<Uint32> lengths,
      Pointer<Int8> message,
    );