Screenshot link
This commit is contained in:
parent
8a7a4ce8b4
commit
c0f3e1a72b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ Demonstrates the use of resolve attachments for doing multisampling. Instead of
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
## [Multi threaded command buffer generation](multithreading/)
|
## [Multi threaded command buffer generation](multithreading/)
|
||||||
<img src="./screenshots/multithreading.png" height="96px" align="right">
|
<img src="./screenshots/multithreading.jpg" height="96px" align="right">
|
||||||
This example demonstrates multi threaded command buffer generation. All available hardware threads are used to generated n secondary command buffers concurrent, with each thread also checking object visibility against the current viewing frustum. Command buffers are rebuilt on each frame.
|
This example demonstrates multi threaded command buffer generation. All available hardware threads are used to generated n secondary command buffers concurrent, with each thread also checking object visibility against the current viewing frustum. Command buffers are rebuilt on each frame.
|
||||||
|
|
||||||
Once all threads have finished (and all secondary command buffers have been constructed), the secondary command buffers are executed inside the primary command buffer and submitted to the queue.
|
Once all threads have finished (and all secondary command buffers have been constructed), the secondary command buffers are executed inside the primary command buffer and submitted to the queue.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue