PFNGLNAMEDPROGRAMLOCALPARAMETERI4UIEXTPROC typedef

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

Implementation

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