statefulReader.cpp 265 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 // Copyright (c) 2012-2017 VideoStitch SAS // Copyright (c) 2018 stitchEm #include "gpu/buffer.hpp" #include "statefulReader.hxx" namespace VideoStitch { namespace Input { template class StatefulReader<GPU::Buffer<unsigned char>>; } } // namespace VideoStitch