PFNGLPROGRAMENVPARAMETER4DARBPROCDart typedef

PFNGLPROGRAMENVPARAMETER4DARBPROCDart = void Function(int target, int index, double x, double y, double z, double w)

Implementation

typedef PFNGLPROGRAMENVPARAMETER4DARBPROCDart =
    void Function(
      int target,
      int index,
      double x,
      double y,
      double z,
      double w,
    );