PFNGLPROGRAMUNIFORM3I64VNVPROC typedef

PFNGLPROGRAMUNIFORM3I64VNVPROC = Void Function(Uint32 program, Int32 location, Uint32 count, Pointer<Int64> value)

Implementation

typedef PFNGLPROGRAMUNIFORM3I64VNVPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 count,
      Pointer<Int64> value,
    );