add task scheduler implemented with thread support interface

This commit is contained in:
Lunkhound
2017-05-30 00:13:17 -07:00
parent 562858251a
commit a6a0ea5f54
5 changed files with 498 additions and 5 deletions

View File

@@ -220,6 +220,7 @@ SET(BulletExampleBrowser_SRCS
../MultiThreading/b3PosixThreadSupport.cpp
../MultiThreading/b3Win32ThreadSupport.cpp
../MultiThreading/b3ThreadSupportInterface.cpp
../MultiThreading/btTaskScheduler.cpp
../RenderingExamples/TinyRendererSetup.cpp
../RenderingExamples/TimeSeriesCanvas.cpp
../RenderingExamples/TimeSeriesCanvas.h