GlDebugMessageInsert typedef

GlDebugMessageInsert = void Function(int source, int type, int id, int severity, int length, Pointer<NativeType> buf)

Implementation

typedef GlDebugMessageInsert = void Function(int source, int type, int id,
    int severity, int length, /*String*/ Pointer buf);