From 4a9ec8107d572a748116e885f81d01caeb964993 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 23 Mar 2026 20:33:25 +0100 Subject: [PATCH] fixing readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5acb937..49799a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KVF +# KVF KVF (kbz_8 vulkan framework) is a lightweight single-header Vulkan framework written in C99 to simplify the creation of Vulkan applications. It is designed to be a drop in framework inside any existing Vulkan renderer as it does not use any custom types of structs (except for the graphics pipeline builder).