c++ - Convert from Tizen::Base::FloatBuffer to std::vector<float>? -
there function takes std::vector<float> parameter. have values in variable of type floatbuffer`.
is possible make such conversion?
tizen::base::floatbuffer not seem have conversion methods (or iterators), need copy data std::vector<float> first.
Comments
Post a Comment