PFNGLGETNAMEDPROGRAMLOCALPARAMETERDVEXTPROC typedef

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

Implementation

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