GLDEBUGPROC typedef

GLDEBUGPROC = Void Function(Uint32, Uint32, Uint32, Uint32, Int32, Pointer<Int8>, Pointer<Void>)

Implementation

typedef GLDEBUGPROC = ffi.Void Function(
  ffi.Uint32,
  ffi.Uint32,
  ffi.Uint32,
  ffi.Uint32,
  ffi.Int32,
  ffi.Pointer<ffi.Int8>,
  ffi.Pointer<ffi.Void>,
);