PFNGLGETNMAPFVPROC typedef

PFNGLGETNMAPFVPROC = Void Function(Uint32 target, Uint32 query, Uint32 bufSize, Pointer<Float> v)

Implementation

typedef PFNGLGETNMAPFVPROC =
    Void Function(
      Uint32 target,
      Uint32 query,
      Uint32 bufSize,
      Pointer<Float> v,
    );