PFNGLGETNAMEDPROGRAMLOCALPARAMETERIIVEXTPROC typedef

PFNGLGETNAMEDPROGRAMLOCALPARAMETERIIVEXTPROC = Void Function(Uint32 program, Uint32 target, Uint32 index, Pointer<Int32> params)

Implementation

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