Read me stability
This commit is contained in:
parent
6f89804efd
commit
ba7bd8f841
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue