From df2f7ffb9e349e94e4a761bd9758d045811cfc45 Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:05:14 +0300 Subject: [PATCH] Updated Graphics Driver Issues (markdown) --- Graphics-Driver-Issues.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 48645f7..db5be04 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -21,9 +21,11 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr ### NVIDIA (proprietary) **OpenGL.** - FP precision issues with Nan/Inf values. Workaround implemented. + NOTE: This is not a driver bug as it can be considered implementation-defined behavior. **Vulkan.** - FP precision issues with Nan/Inf values. Workaround implemented. + NOTE: This is not a driver bug as it can be considered implementation-defined behavior. ### Mesa **OpenGL.**