PFNGLPROGRAMUNIFORM4DEXTPROCDart typedef

PFNGLPROGRAMUNIFORM4DEXTPROCDart = void Function(int program, int location, double x, double y, double z, double w)

Implementation

typedef PFNGLPROGRAMUNIFORM4DEXTPROCDart =
    void Function(
      int program,
      int location,
      double x,
      double y,
      double z,
      double w,
    );