Continued work on multi threading example, now uses a thread pool for updating secondary command buffers
This commit is contained in:
parent
082033d384
commit
ad49cb7997
6 changed files with 271 additions and 293 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue