PFNGLGETNAMEDPROGRAMLOCALPARAMETERIUIVEXTPROC typedef

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

Implementation

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