1. Home
  2. Browse
  3. angle

angle

vchromium_4472#7Go to latest

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_4472#7

Publication

Supports

All

GitHub

google/angle3.5K

Homepage

github.com/google/angle

Subtree

58054d0572

License

BSD-3-Clause

Definition

Manifest