PFNGLCOMBINERINPUTNVPROC typedef

PFNGLCOMBINERINPUTNVPROC = Void Function(Uint32 stage, Uint32 portion, Uint32 variable, Uint32 input, Uint32 mapping, Uint32 componentUsage)

Implementation

typedef PFNGLCOMBINERINPUTNVPROC =
    Void Function(
      Uint32 stage,
      Uint32 portion,
      Uint32 variable,
      Uint32 input,
      Uint32 mapping,
      Uint32 componentUsage,
    );