A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.
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)
vchromium_5414#1
All
BSD-3-Clause
Manifest