Read me stability

This commit is contained in:
maik klein 2016-12-09 20:19:54 +01:00
parent 6f89804efd
commit ba7bd8f841

View file

@ -1,6 +1,8 @@
#Ash
A low level Vulkan wrapper for Rust
## Stable yet?
No.
## Why Ash?
@ -96,10 +98,6 @@ You don't have to pass an Instance or Device handle anymore, this is done implic
let pool = device.create_command_pool(&pool_create_info).unwrap();
```
```Rust
```
```Rust
```
## Example
You can find the examples [here](https://github.com/MaikKlein/ash/tree/master/examples).
### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/main.rs)