From 58e387544a4cae8f822cd4da178957057d4eaa66 Mon Sep 17 00:00:00 2001 From: Ani Date: Wed, 29 Sep 2021 00:01:38 +0100 Subject: [PATCH] Updated Graphics Driver Issues (markdown) --- Graphics-Driver-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 64a0153..f836b54 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -80,7 +80,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr » **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3
» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware.
-- [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426) +- [Missing `descriptorBindingUniformBufferUpdateAfterBind` support](https://gitlab.freedesktop.org/mesa/mesa/-/issues/5426)
» **Workaround** implemented: **Yes**, an alternative (slower) code path will be used instead
» **Reported**: **Yes**, on 2020-09-28.