From dc5558d8f419acb4d44c8e7750d28f1878a8db6a Mon Sep 17 00:00:00 2001 From: Christopher Lang Date: Fri, 15 Jul 2022 20:17:58 +0100 Subject: [PATCH] Fix readme supported types note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8968e..385c9a3 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ You can pass matrices the same way to other APIs e.g. Vulkan, DX... ## Notes -- This library uses float types only, does not support Integers, Double... yet +- This library does not support double type... yet - If headers are not working properly with your compiler, IDE please open an issue, because I'm using GCC and clang to test it maybe sometimes MSVC **TODO:**