PFNGLDEBUGMESSAGECONTROLPROC typedef

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

Implementation

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