Continued work on multi threading example, now uses a thread pool for updating secondary command buffers

This commit is contained in:
saschawillems 2016-04-01 13:27:03 +02:00
parent 082033d384
commit ad49cb7997
6 changed files with 271 additions and 293 deletions

View file

@ -38,5 +38,8 @@
<ClInclude Include="..\base\vulkantools.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\base\threadpool.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>