PFNGLALPHAFRAGMENTOP2ATIPROC typedef

PFNGLALPHAFRAGMENTOP2ATIPROC = Void Function(Uint32 op, Uint32 dst, Uint32 dstMod, Uint32 arg1, Uint32 arg1Rep, Uint32 arg1Mod, Uint32 arg2, Uint32 arg2Rep, Uint32 arg2Mod)

Implementation

typedef PFNGLALPHAFRAGMENTOP2ATIPROC =
    Void Function(
      Uint32 op,
      Uint32 dst,
      Uint32 dstMod,
      Uint32 arg1,
      Uint32 arg1Rep,
      Uint32 arg1Mod,
      Uint32 arg2,
      Uint32 arg2Rep,
      Uint32 arg2Mod,
    );