1. Home
  2. Browse
  3. angle

angle

vchromium_7258#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)

Features

Dependencies

See source

Version

vchromium_7258#2

Publication

Supports

All

GitHub

google/angle4.1K

Homepage

github.com/google/angle

Subtree

b85445dced

License

BSD-3-Clause

Definition

Manifest