Vec8i.fromPointer constructor

Vec8i.fromPointer(
  1. Pointer<Vec8i> ptr, [
  2. bool attach = true
])

Implementation

factory Vec8i.fromPointer(ffi.Pointer<cvg.Vec8i> ptr, [bool attach = true]) => Vec8i._(ptr, attach);