PFNGLCOLORFRAGMENTOP2ATIPROCDart typedef

PFNGLCOLORFRAGMENTOP2ATIPROCDart = void Function(int op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod)

Implementation

typedef PFNGLCOLORFRAGMENTOP2ATIPROCDart =
    void Function(
      int op,
      int dst,
      int dstMask,
      int dstMod,
      int arg1,
      int arg1Rep,
      int arg1Mod,
      int arg2,
      int arg2Rep,
      int arg2Mod,
    );