From 26c8e2c520c71cb0e055a76c8feaa6fe5c47a28a Mon Sep 17 00:00:00 2001 From: Christopher Lang Date: Sat, 16 Apr 2022 10:22:10 +0100 Subject: [PATCH] Fix typo in deferred.cpp --- examples/deferred/deferred.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deferred/deferred.cpp b/examples/deferred/deferred.cpp index 8c5db8d9..0994e2f9 100644 --- a/examples/deferred/deferred.cpp +++ b/examples/deferred/deferred.cpp @@ -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