Typo in readme
This commit is contained in:
parent
f1b310a529
commit
7bfe4d9531
|
@ -125,7 +125,7 @@ You can find the examples [here](https://github.com/MaikKlein/ash/tree/master/ex
|
||||||
### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/triangle/src/main.rs)
|
### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/triangle/src/main.rs)
|
||||||
Currently only runs under Linux (x11) and requires GLFW, the LunarG Validation layers, a Vulkan library. Ports for other operating systems are in progress. (Currently the GLFW wrapper only wraps the low level x11 bindings)
|
Currently only runs under Linux (x11) and requires GLFW, the LunarG Validation layers, a Vulkan library. Ports for other operating systems are in progress. (Currently the GLFW wrapper only wraps the low level x11 bindings)
|
||||||
|
|
||||||
The triangle example is written from top to bottom without many helper functions or external dependencies. It renders a colored triangle. The shaders a written in GLSL and compiled into SPIR-V with [glslang](https://github.com/KhronosGroup/glslang)
|
The triangle example is written from top to bottom without many helper functions or external dependencies. It renders a colored triangle. The shaders are written in GLSL and compiled into SPIR-V with [glslang](https://github.com/KhronosGroup/glslang)
|
||||||
|
|
||||||
```
|
```
|
||||||
cd examples/triangle
|
cd examples/triangle
|
||||||
|
|
Loading…
Reference in a new issue