diff --git a/README.md b/README.md index 373f857..7ee4f30 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,14 @@ A very lightweight wrapper around Vulkan No. ## Why Ash? +- [x] Lightweight Vulkan wrapper +- [x] Low overhead +- [x] Added type safety +- [x] More convenient to use than raw Vulkan +- [x] Includes a loader +- [x] Extensions have their own loader +## What does it do? Functions return a `type VkResult = Result` instead of an error code. No mutable references for the output are required. ```Rust pub fn create_swapchain_khr(&self,