[osg-users] Thoughts on Vulkan

Robert Osfield robert.osfield at gmail.com
Mon Feb 13 05:43:31 PST 2017


On 13 February 2017 at 12:17, Nickolai Medvedev <raizel.dev at yandex.ru> wrote:
> So, Robert, if you if you are going to use C++11, it means that
> OpenThreads won't be used anymore(use std::thread)?

One of the reasons to use C++11 is avoid the need to external
dependencies such as OpenThreads.

However, C++11 threading is still a bit too primitive for serious
threading work as there is no support for processor affinity so we'd
need to implement this.

Robert.



More information about the osg-users mailing list