GlDebugMessageControlARBNative typedef

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

Implementation

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