Added "Why Ash" to README.md
This commit is contained in:
parent
2a95df0727
commit
582948d192
1 changed files with 7 additions and 0 deletions
|
@ -14,7 +14,14 @@ A very lightweight wrapper around Vulkan
|
||||||
No.
|
No.
|
||||||
|
|
||||||
## Why Ash?
|
## 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<T> = Result<T, vk::Result>` instead of an error code. No mutable references for the output are required.
|
Functions return a `type VkResult<T> = Result<T, vk::Result>` instead of an error code. No mutable references for the output are required.
|
||||||
```Rust
|
```Rust
|
||||||
pub fn create_swapchain_khr(&self,
|
pub fn create_swapchain_khr(&self,
|
||||||
|
|
Loading…
Add table
Reference in a new issue