PFNGLNAMEDPROGRAMLOCALPARAMETER4DEXTPROCDart typedef

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

Implementation

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