Read me stability
This commit is contained in:
parent
6f89804efd
commit
ba7bd8f841
|
@ -1,6 +1,8 @@
|
||||||
#Ash
|
#Ash
|
||||||
A low level Vulkan wrapper for Rust
|
A low level Vulkan wrapper for Rust
|
||||||
|
|
||||||
|
## Stable yet?
|
||||||
|
No.
|
||||||
|
|
||||||
## Why Ash?
|
## 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();
|
let pool = device.create_command_pool(&pool_create_info).unwrap();
|
||||||
```
|
```
|
||||||
```Rust
|
|
||||||
```
|
|
||||||
```Rust
|
|
||||||
```
|
|
||||||
## Example
|
## Example
|
||||||
You can find the examples [here](https://github.com/MaikKlein/ash/tree/master/examples).
|
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)
|
### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/main.rs)
|
||||||
|
|
Loading…
Reference in a new issue