Skip to content

Commit c04da7a

Browse files
ErichDonGublerjimblandy
authored andcommitted
style: strip trailing whitespace from README.md
1 parent 6e026c8 commit c04da7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ Note that the WGSL specification is still under development,
9393
so the [draft specification][wgsl spec] does not exactly describe what `wgpu` supports.
9494
See [below](#tracking-the-webgpu-and-wgsl-draft-specifications) for details.
9595

96-
To enable SPIR-V shaders, enable the `spirv` feature of wgpu.
96+
To enable SPIR-V shaders, enable the `spirv` feature of wgpu.
9797
To enable GLSL shaders, enable the `glsl` feature of wgpu.
9898

9999
### Angle
100100

101101
[Angle](http://angleproject.org) is a translation layer from GLES to other backends, developed by Google.
102102
We support running our GLES3 backend over it in order to reach platforms with GLES2 or DX11 support, which aren't accessible otherwise.
103103
In order to run with Angle, "angle" feature has to be enabled, and Angle libraries placed in a location visible to the application.
104-
These binaries can be downloaded from [gfbuild-angle](https://github.com/DileSoft/gfbuild-angle) artifacts, [manual compilation](https://github.com/google/angle/blob/main/doc/DevSetup.md) may be required on Macs with Apple silicon.
104+
These binaries can be downloaded from [gfbuild-angle](https://github.com/DileSoft/gfbuild-angle) artifacts, [manual compilation](https://github.com/google/angle/blob/main/doc/DevSetup.md) may be required on Macs with Apple silicon.
105105

106106
On Windows, you generally need to copy them into the working directory, in the same directory as the executable, or somewhere in your path.
107107
On Linux, you can point to them using `LD_LIBRARY_PATH` environment.
@@ -204,7 +204,7 @@ Exactly which WGSL features `wgpu` supports depends on how you are using it:
204204
for catching up to the WGSL specification,
205205
but in general there is no up-to-date summary
206206
of the differences between Naga and the WGSL spec.
207-
207+
208208
- When running in a web browser (by compilation to WebAssembly)
209209
without the `"webgl"` feature enabled,
210210
`wgpu` relies on the browser's own WebGPU implementation.

0 commit comments

Comments
 (0)