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) [![](https://tokei.rs/b1/github/maikklein/ash)](https://github.com/MaikKlein/ash)
## Overview ## Overview
- [x]: A true Vulkan API without compromises - [x] A true Vulkan API without compromises
- [x]: Convenience features that don't limit the functionality - [x] Convenience features that don't limit the functionality
- [x]: Function pointer loading - [x] Function pointer loading
- [x]: No validation, everything is **unsafe** - [x] No validation, everything is **unsafe**
- [x]: Generated from `vk.xml` - [x] Generated from `vk.xml`
## Features ## Features
### Explicit returns with `Result` ### Explicit returns with `Result`