PFNGLNAMEDPROGRAMLOCALPARAMETERSI4UIVEXTPROC typedef

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

Implementation

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