Fix typo in deferred.cpp
This commit is contained in:
parent
5aa182b604
commit
26c8e2c520
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ public:
|
||||||
// rendering to be finished before we can use the framebuffer
|
// rendering to be finished before we can use the framebuffer
|
||||||
// color image for sampling during final rendering
|
// color image for sampling during final rendering
|
||||||
// To ensure this we use a dedicated offscreen synchronization
|
// To ensure this we use a dedicated offscreen synchronization
|
||||||
// semaphore that will be signaled when offscreen renderin
|
// semaphore that will be signaled when offscreen rendering
|
||||||
// has been finished
|
// has been finished
|
||||||
// This is necessary as an implementation may start both
|
// This is necessary as an implementation may start both
|
||||||
// command buffers at the same time, there is no guarantee
|
// command buffers at the same time, there is no guarantee
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue