PFNGLNAMEDPROGRAMLOCALPARAMETERI4IEXTPROC typedef

PFNGLNAMEDPROGRAMLOCALPARAMETERI4IEXTPROC = Void Function(Uint32 program, Uint32 target, Uint32 index, Int32 x, Int32 y, Int32 z, Int32 w)

Implementation

typedef PFNGLNAMEDPROGRAMLOCALPARAMETERI4IEXTPROC =
    Void Function(
      Uint32 program,
      Uint32 target,
      Uint32 index,
      Int32 x,
      Int32 y,
      Int32 z,
      Int32 w,
    );