PFNGLPROGRAMENVPARAMETER4FARBPROC typedef

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

Implementation

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