buffer.cpp 316 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// Copyright (c) 2012-2017 VideoStitch SAS
// Copyright (c) 2018 stitchEm

#include "gpu/buffer.hpp"
#include "cl_error.hpp"

#include "deviceBuffer.hpp"
#include "deviceStream.hpp"

#include <gpu/gpu.hpp>

#ifdef VS_OPENCL

namespace VideoStitch {
namespace GPU {}
}  // namespace VideoStitch

#endif  // VS_OPENCL