You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
650 B
29 lines
650 B
7 months ago
|
|
||
|
---
|
||
|
title: "ANGLE"
|
||
|
linkTitle: "ANGLE"
|
||
|
|
||
|
---
|
||
|
|
||
|
|
||
|
Introduction
|
||
|
------------
|
||
|
|
||
|
ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
|
||
|
instructions document how to use ANGLE instead of the native OpenGL backend on
|
||
|
Windows or Linux.
|
||
|
|
||
|
Details
|
||
|
-------
|
||
|
|
||
|
`gclient sync` downloads ANGLE's source alongside Skia's other test-only dependencies.
|
||
|
|
||
|
To build Skia testing tools against ANGLE, add `skia_use_angle = true` to your
|
||
|
`args.gn` file (or run `gn args` to edit it).
|
||
|
|
||
|
When running tools, use `--config angle_<backend>_<frontend>`, e.g.
|
||
|
|
||
|
out/Debug/dm --src gm --config angle_d3d11_es2
|
||
|
out/Release/nanobench --config angle_gl_es2
|
||
|
|