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:
parent
59e7fad99b
commit
3ccde9ce72
|
@ -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:
|
Dawn provides several WebGPU building blocks:
|
||||||
- **WebGPU C/C++ headers** that applications and other building blocks use.
|
- **WebGPU C/C++ headers** that applications and other building blocks use.
|
||||||
- **A "native" implementation of WebGPU** using platforms' GPU APIs:
|
- **A "native" implementation of WebGPU** using platforms' GPU APIs:
|
||||||
- **D3D12** on Windows 10
|
- **D3D12** on Windows 10
|
||||||
- **Metal** on OSX (and eventually iOS)
|
- **Metal** on OSX (and eventually iOS)
|
||||||
- **Vulkan** on Windows, Linux (eventually ChromeOS and Android too)
|
- **Vulkan** on Windows, Linux (eventually ChromeOS and Android too)
|
||||||
- OpenGL as best effort where available
|
- OpenGL as best effort where available
|
||||||
- **A client-server implementation of WebGPU** for applications that are in a sandbox without access to native drivers
|
- **A client-server implementation of WebGPU** for applications that are in a sandbox without access to native drivers
|
||||||
|
|
||||||
## Directory structure
|
## Directory structure
|
||||||
|
|
Loading…
Reference in New Issue