Fix rendering in readme

This commit is contained in:
Maik Klein 2018-11-11 18:06:48 +01:00
parent 36566f8fa1
commit 50b42e97be

View file

@ -12,11 +12,11 @@ A very lightweight wrapper around Vulkan
[![](https://tokei.rs/b1/github/maikklein/ash)](https://github.com/MaikKlein/ash)
## Overview
- [x]: A true Vulkan API without compromises
- [x]: Convenience features that don't limit the functionality
- [x]: Function pointer loading
- [x]: No validation, everything is **unsafe**
- [x]: Generated from `vk.xml`
- [x] A true Vulkan API without compromises
- [x] Convenience features that don't limit the functionality
- [x] Function pointer loading
- [x] No validation, everything is **unsafe**
- [x] Generated from `vk.xml`
## Features
### Explicit returns with `Result`