PFNGLPROGRAMPARAMETER4DNVPROCDart typedef

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

Implementation

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