PFNGLPROGRAMNAMEDPARAMETER4DNVPROC typedef

PFNGLPROGRAMNAMEDPARAMETER4DNVPROC = Void Function(Uint32 id, Uint32 len, Pointer<Uint8> name, Double x, Double y, Double z, Double w)

Implementation

typedef PFNGLPROGRAMNAMEDPARAMETER4DNVPROC =
    Void Function(
      Uint32 id,
      Uint32 len,
      Pointer<Uint8> name,
      Double x,
      Double y,
      Double z,
      Double w,
    );