PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC typedef

PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC = Void Function(Uint32 stage, Uint32 portion, Uint32 variable, Uint32 pname, Pointer<Float> params)

Implementation

typedef PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC =
    Void Function(
      Uint32 stage,
      Uint32 portion,
      Uint32 variable,
      Uint32 pname,
      Pointer<Float> params,
    );