blob: ee30afa884a6a5221715c18727ef781a3a46f843 [file] [log] [blame]
Geoff Lang56360982020-02-21 11:44:04 -05001name: "ANGLE"
2description:
3 "The goal of ANGLE is to allow users of multiple operating systems to "
4 "seamlessly run WebGL and other OpenGL ES content by translating OpenGL "
5 "ES API calls to one of the hardware-supported APIs available for that "
6 "platform. ANGLE currently provides translation from OpenGL ES 2.0, 3.0 "
7 "and 3.1 to Vulkan, desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D "
8 "11. Future plans include ES 3.2, translation to Metal and MacOS, Chrome "
9 "OS, and Fuchsia support."
10
11third_party: {
12 type: PACKAGE
13 url {
14 type: HOMEPAGE
15 value: "http://angleproject.org"
16 }
17 url {
18 type: GIT
19 value: "https://chromium.googlesource.com/angle/angle"
20 }
21 version: "1.0"
Bob Badour7fe299a2020-04-23 14:19:35 -070022 license_type: RESTRICTED
Geoff Lang56360982020-02-21 11:44:04 -050023 last_upgrade_date {
24 year: 2020
25 month: 2
26 day: 21
27 }
Bob Badour7fe299a2020-04-23 14:19:35 -070028}