Vec4i.fromPointer constructor

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

Implementation

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