PFNGLPROGRAMBUFFERPARAMETERSFVNVPROC typedef

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

Implementation

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