From ebca4c4e40fc99442f0a69e6e29b6c7c2f57e8f3 Mon Sep 17 00:00:00 2001
From: kd-11 <15904127+kd-11@users.noreply.github.com>
Date: Tue, 28 Apr 2020 20:05:41 +0300
Subject: [PATCH] Updated Graphics Driver Issues (markdown)
---
Graphics-Driver-Issues.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md
index db5be04..c71884e 100644
--- a/Graphics-Driver-Issues.md
+++ b/Graphics-Driver-Issues.md
@@ -20,11 +20,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.
+- 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.
+- 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