From ce9c7b17ac69c0ee21a59652f631f550251c1445 Mon Sep 17 00:00:00 2001 From: adesh1997 <55355869+adesh1997@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:58:06 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 615f35d..13c12e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Open-Source Vulkan C++ API +English - Vulkan is a C API and as such inherits all common pitfalls of using a general C programming library. The motivation of a low-level Vulkan C++ API is to avoid these common pitfalls by applying commonly known C++ features while keeping the overall structure of a Vulkan program and preserving the full freedom it provides as low-level graphics API. An additional guideline we followed was not to introduce additional runtime overhead by providing a header-only library with inline functions.