From 1e26afe6a5cbada15de8df5698e3f145d4e7ff76 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Sat, 5 Jul 2025 10:30:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7943e5..21c03a1 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ Gryphn validation layers are meant to be more specific so there are certain ones - Remove validation code from certain platform functions, add in validated functions for those cases #### Extensions/Supports - APIs like OpenGL dont support the full capabilities of vulkan so things like syncronization +#### Other APIs +- I still need to write backends for the Other APIs gryphn is going to support # Utils library Gryphn comes with its own utlity library, aptly named Gryphn Utils, its written in C with some helper code in C++ that can be enabled by defining GN_UTILS_CPP, more information can be found on the gryphn utils github page, gryphn make extensive use of features in the utils library like Array Lists and 2d/3d types. # Usage