1. Home
  2. Browse
  3. angle

angle

vchromium_5414#2Latest

A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

Install

Run the following Vcpkg command to install the port.

vcpkg install angle

Usage

The package angle provides unofficial CMake targets:

find_package(unofficial-angle REQUIRED CONFIG)
target_link_libraries(main PRIVATE unofficial::angle::libGLESv2)
# Or use the EGL target
find_package(unofficial-angle REQUIRED CONFIG)
target_link_libraries(main PRIVATE unofficial::angle::libEGL)

Dependencies

See source

Version

vchromium_5414#2

Publication

Supports

All

GitHub

google/angle3.5K

Homepage

github.com/google/angle

Subtree

d5644a46ae

License

BSD-3-Clause

Definition

Manifest