Skip to content

VEO API v3 multithreaded VH program

Compare
Choose a tag to compare
@efocht efocht released this 18 Aug 15:33
· 11 commits to feature-ef-upd since this release

With this version, using VEO from multiple threads of a VH program is possible with the limitation that veo_proc_create() is called from the main thread. All subsequent VEO calls can be executed from other VH threads. This requires linking with both -lveo -lveo_mt.