Merge pull request #938 from Chris-F5/fix-deferred-typo

Fix typo in deferred.cpp
This commit is contained in:
Sascha Willems 2022-05-08 09:36:34 +02:00 committed by GitHub
commit 8e98d10f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -746,7 +746,7 @@ public:
// rendering to be finished before we can use the framebuffer
// color image for sampling during final rendering
// 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
// This is necessary as an implementation may start both
// command buffers at the same time, there is no guarantee