From 3ccde9ce7212e697952f6dddc0359b8139411059 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Mon, 20 Aug 2018 13:30:46 +0200 Subject: [PATCH] Fix list nesting in README.md Github Markdown needs at least two spaces of nesting to add a nesting level in lists. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1125e6c839..3d6804f79a 100644 --- a/README.md +++ b/README.md @@ -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