PFNGLPROGRAMLOCALPARAMETER4FARBPROC typedef

PFNGLPROGRAMLOCALPARAMETER4FARBPROC = Void Function(Uint32 target, Uint32 index, Float x, Float y, Float z, Float w)

Implementation

typedef PFNGLPROGRAMLOCALPARAMETER4FARBPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Float x,
      Float y,
      Float z,
      Float w,
    );