Fix list nesting in README.md

Github Markdown needs at least two spaces of nesting to add a nesting
level in lists.
This commit is contained in:
Corentin Wallez 2018-08-20 13:30:46 +02:00 committed by Corentin Wallez
parent 59e7fad99b
commit 3ccde9ce72
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ It exposes a C/C++ API that maps almost one-to-one to the WebGPU IDL and can be
Dawn provides several WebGPU building blocks:
- **WebGPU C/C++ headers** that applications and other building blocks use.
- **A "native" implementation of WebGPU** using platforms' GPU APIs:
- **D3D12** on Windows 10
- **Metal** on OSX (and eventually iOS)
- **Vulkan** on Windows, Linux (eventually ChromeOS and Android too)
- OpenGL as best effort where available
- **D3D12** on Windows 10
- **Metal** on OSX (and eventually iOS)
- **Vulkan** on Windows, Linux (eventually ChromeOS and Android too)
- OpenGL as best effort where available
- **A client-server implementation of WebGPU** for applications that are in a sandbox without access to native drivers
## Directory structure