PFNGLPROGRAMENVPARAMETERI4UINVPROC typedef

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

Implementation

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