PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC typedef

PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC = Void Function(Uint32 target, Uint32 bindingIndex, Uint32 wordIndex, Uint32 count, Pointer<Uint32> params)

Implementation

typedef PFNGLPROGRAMBUFFERPARAMETERSIUIVNVPROC =
    Void Function(
      Uint32 target,
      Uint32 bindingIndex,
      Uint32 wordIndex,
      Uint32 count,
      Pointer<Uint32> params,
    );