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.