From c0f3e1a72b334c69ac125322e612670d892b8db0 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 4 Jun 2016 13:30:19 +0200 Subject: [PATCH] Screenshot link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5770a348..5eba7af4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Demonstrates the use of resolve attachments for doing multisampling. Instead of

## [Multi threaded command buffer generation](multithreading/) - + 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.