From 4ca7f8d7733fb82ba798ef16cbacc0be7a446532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:57:25 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: liamwhite --- site/content/entry/yuzu-progress-report-oct-2023/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-oct-2023/index.md b/site/content/entry/yuzu-progress-report-oct-2023/index.md index e00d9ef4..793c8324 100644 --- a/site/content/entry/yuzu-progress-report-oct-2023/index.md +++ b/site/content/entry/yuzu-progress-report-oct-2023/index.md @@ -104,8 +104,6 @@ Since a similar limitation with format conversion was present here too, `ARGB8_S Continuing with this streak, Maide {{< gh-hovercard "11688" "implemented" >}} the `X8_D24` depth format, allowing `A Sound Plan` to start rendering. However, more work is needed to make this game properly playable. -Sudden Explanation Time! - Robustness is a feature Vulkan provides that lets developers handle invalid memory accesses in a cleanly defined way. This can help prevent the application from crashing or ~~summoning dragons~~ invoking undefined behaviour when some part of the code tries to access memory out of bounds.