mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Merge pull request #352 from donovan/readme-fix
fix minor typo in readme
This commit is contained in:
commit
21da4133f4
@ -13,7 +13,7 @@ What does vulkano do?
|
||||
|
||||
- Provides a low-levelish API around Vulkan. It doesn't hide what it does, but provides some
|
||||
comfort types.
|
||||
- Plans to prevents all invalid API usages, even the most obscure ones. The purpose of vulkano
|
||||
- Plans to prevent all invalid API usages, even the most obscure ones. The purpose of vulkano
|
||||
is not to draw a teapot, but to cover all possible usages of Vulkan and detect all the
|
||||
possible problems. Invalid API usage is prevented thanks to both compile-time checks and
|
||||
runtime checks.
|
||||
|
Loading…
Reference in New Issue
Block a user