Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
変数に関連付けられたピクセルバッファがあるとします。
CVPixelBufferRef a;
そのバッファのすべての内容を複製し、複製したバッファを別の変数に割り当てたいと思います。それを行うための最も正確で速い方法は何ですか?
これまでのところ、memcpy()よりも優れたソリューションは見つかりませんでした。必要なすべてのデータがコピーされることを願っています。