1. Home
  2. Browse
  3. angle

angle

vchromium_7258#1Latest

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)

Features

Dependencies

See source

Version

vchromium_7258#1

Publication

Supports

All

GitHub

google/angle4.1K

Homepage

github.com/google/angle

Subtree

3e4b7fc231

License

BSD-3-Clause

Definition

Manifest