mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Update ANGLE instructions in the PATH
This commit is contained in:
parent
e9b13b74c4
commit
3a5ca637d8
@ -99,7 +99,7 @@ We support running our GLES3 backend over it in order to reach platforms with GL
|
|||||||
In order to run with Angle, "angle" feature has to be enabled, and Angle libraries placed in a location visible to the application.
|
In order to run with Angle, "angle" feature has to be enabled, and Angle libraries placed in a location visible to the application.
|
||||||
These binaries can be downloaded from [gfbuild-angle](https://github.com/DileSoft/gfbuild-angle) artifacts.
|
These binaries can be downloaded from [gfbuild-angle](https://github.com/DileSoft/gfbuild-angle) artifacts.
|
||||||
|
|
||||||
On Windows, you generally need to copy them into the working directory, or in the same directory as the executable.
|
On Windows, you generally need to copy them into the working directory, in the same directory as the executable, or somewhere in your path.
|
||||||
On Linux, you can point to them using `LD_LIBRARY_PATH` environment.
|
On Linux, you can point to them using `LD_LIBRARY_PATH` environment.
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user