1name: "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" 22 license_type: RESTRICTED 23 last_upgrade_date { 24 year: 2020 25 month: 2 26 day: 21 27 } 28} 29