PFNGLPROGRAMPARAMETER4DNVPROC typedef

PFNGLPROGRAMPARAMETER4DNVPROC = Void Function(Uint32 target, Uint32 index, Double x, Double y, Double z, Double w)

Implementation

typedef PFNGLPROGRAMPARAMETER4DNVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Double x,
      Double y,
      Double z,
      Double w,
    );