diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md
index 7542d41..64a0153 100644
--- a/Graphics-Driver-Issues.md
+++ b/Graphics-Driver-Issues.md
@@ -78,7 +78,11 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr
**Vulkan**
- [Missing `shaderStorageImageMultisample` Vulkan feature support on Intel iGPUs](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355)
» **Workaround** implemented: **Yes**, Anti-Aliasing (MSAA) will be disabled automatically by RPCS3
-» **Reported**: **Yes**, on 2020-08-03. No solution given from the driver developers, feature unsupported in hardware.
+» **Reported**: **Yes**, on 2020-08-03. Feature unsupported by hardware.
+
+- [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.
---