GlDebugMessageInsertNative typedef

GlDebugMessageInsertNative = Void Function(Uint32 source, Uint32 type, Uint32 id, Uint32 severity, Int32 length, Pointer<NativeType> buf)

Implementation

typedef GlDebugMessageInsertNative = Void Function(Uint32 source, Uint32 type,
    Uint32 id, Uint32 severity, Int32 length, Pointer buf);