DESCR 507 B

1234567891011
  1. Waffle is a cross-platform C library that allows one to defer selection
  2. of an OpenGL API and window system until runtime. For example, on Linux,
  3. Waffle enables an application to select X11/EGL with an OpenGL 3.3 core
  4. profile, Wayland with OpenGL ES2, and other window system / API
  5. combinations.
  6. Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite,
  7. to test multiple OpenGL flavors in a cross-platform way. However,
  8. Waffle's design does not preclude it from being useful to other
  9. projects.