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