From 318ee2614be3d8179c9c9ed4a97ec7f9c1cc9312 Mon Sep 17 00:00:00 2001 From: Schplee <24275329+Schplee@users.noreply.github.com> Date: Thu, 12 Aug 2021 10:15:45 -0700 Subject: [PATCH] Fix shader typo --- site/content/entry/yuzu-progress-report-jul-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-jul-2021/index.md b/site/content/entry/yuzu-progress-report-jul-2021/index.md index 56dba472..1ca1e499 100644 --- a/site/content/entry/yuzu-progress-report-jul-2021/index.md +++ b/site/content/entry/yuzu-progress-report-jul-2021/index.md @@ -55,7 +55,7 @@ Someone should test running `Super Smash Bros. Ultimate` on a big server CPU! "./vulkan.mp4| First time gameplay has never been smoother!" >}} -All CPU threads, save for one, are used to build shadres. The remaining free thread either handles shader saving to the pipeline cache, or continues the rendering process, depending +All CPU threads, save for one, are used to build shaders. The remaining free thread either handles shader saving to the pipeline cache, or continues the rendering process, depending on if all shaders have been dealt with at the moment. This decision was made not only to improve performance, but also to improve overall system response times while building several shaders simultaneously, and to avoid certain “gaming” laptops from overheating the CPU while keeping all threads busy.