PFNGLPROGRAMLOCALPARAMETERSI4UIVNVPROC typedef

PFNGLPROGRAMLOCALPARAMETERSI4UIVNVPROC = Void Function(Uint32 target, Uint32 index, Uint32 count, Pointer<Uint32> params)

Implementation

typedef PFNGLPROGRAMLOCALPARAMETERSI4UIVNVPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 count,
      Pointer<Uint32> params,
    );