Vec4s.fromPointer constructor

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

Implementation

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