PFNGLPROGRAMLOCALPARAMETER4FARBPROCDart typedef

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

Implementation

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