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

@ -17,6 +17,7 @@
<ClCompile Include="multithreading.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\base\threadpool.hpp" />
<ClInclude Include="..\base\vulkandebug.h" />
<ClInclude Include="..\base\vulkanexamplebase.h" />
<ClInclude Include="..\base\vulkantools.h" />