1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/graphics/waffle/pkg-descr
Koop Mast 4027840998 Add waffle 1.5.0.
Waffle is a cross-platform C library that allows one to defer selection
of an OpenGL API and window system until runtime.

It is used by the piglit, Mesa's OpenGL test suite, to test multiple
OpenGL flavors in a cross-platform way.
2015-01-14 16:04:12 +00:00

13 lines
539 B
Plaintext

Waffle is a cross-platform C library that allows one to defer selection
of an OpenGL API and window system until runtime. For example, on Linux,
Waffle enables an application to select X11/EGL with an OpenGL 3.3
core profile, Wayland with OpenGL ES2, and other window system / API
combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite,
to test multiple OpenGL flavors in a cross-platform way. However,
Waffle's design does not preclude it from being useful to other
projects.
WWW: http://www.waffle-gl.org/