PFNGLCOMBINEROUTPUTNVPROC typedef

PFNGLCOMBINEROUTPUTNVPROC = Void Function(Uint32 stage, Uint32 portion, Uint32 abOutput, Uint32 cdOutput, Uint32 sumOutput, Uint32 scale, Uint32 bias, Int32 abDotProduct, Int32 cdDotProduct, Int32 muxSum)

Implementation

typedef PFNGLCOMBINEROUTPUTNVPROC =
    Void Function(
      Uint32 stage,
      Uint32 portion,
      Uint32 abOutput,
      Uint32 cdOutput,
      Uint32 sumOutput,
      Uint32 scale,
      Uint32 bias,
      Int32 abDotProduct,
      Int32 cdDotProduct,
      Int32 muxSum,
    );