PFNGLGETDEBUGMESSAGELOGPROC typedef

PFNGLGETDEBUGMESSAGELOGPROC = Uint32 Function(Uint32 count, Int32 bufSize, Pointer<Uint32> sources, Pointer<Uint32> types, Pointer<Uint32> ids, Pointer<Uint32> severities, Pointer<Int32> lengths, Pointer<Utf8> messageLog)

Implementation

typedef PFNGLGETDEBUGMESSAGELOGPROC = Uint32 Function(
    Uint32 count,
    Int32 bufSize,
    Pointer<Uint32> sources,
    Pointer<Uint32> types,
    Pointer<Uint32> ids,
    Pointer<Uint32> severities,
    Pointer<Int32> lengths,
    Pointer<Utf8> messageLog);