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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -