freebsd-ports/graphics/glbinding/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
625 B
Text

glbinding leverages C++11 features like enum classes, lambdas, and
variadic templates, instead of relying on macros; all OpenGL symbols
are real functions and variables. It provides type-safe parameters,
per-feature API headers, lazy function resolution, multi-context and
multi-thread support, global and local function callbacks, meta
information about the generated OpenGL binding and the OpenGL runtime,
as well as tools and examples for quick-starting your projects. Based
on the OpenGL API specification (gl.xml) glbinding is generated using
python scripts and templates that can be easily adapted to fit custom
needs.