diff options
author | pav <pav@FreeBSD.org> | 2006-03-19 07:38:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-19 07:38:20 +0800 |
commit | d5947faee9883324f549be45871b46e96524ab7b (patch) | |
tree | e803e72484c650b3c48a0ac29e45e87032bdbc82 /graphics/glpng/pkg-descr | |
parent | 8e6dcc322b567108a7b83d2c9dac5f0e65243bd1 (diff) | |
download | freebsd-ports-gnome-d5947faee9883324f549be45871b46e96524ab7b.tar.gz freebsd-ports-gnome-d5947faee9883324f549be45871b46e96524ab7b.tar.zst freebsd-ports-gnome-d5947faee9883324f549be45871b46e96524ab7b.zip |
This is a library for OpenGL to load PNG graphics files as an
OpenGL texture as easily as possible. It also has a number of
options for generating the alpha channel and mipmaps.
WWW: http://www.wyatt100.freeserve.co.uk/download.htm
PR: ports/94576
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'graphics/glpng/pkg-descr')
-rw-r--r-- | graphics/glpng/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/glpng/pkg-descr b/graphics/glpng/pkg-descr new file mode 100644 index 000000000000..be8a5322b36c --- /dev/null +++ b/graphics/glpng/pkg-descr @@ -0,0 +1,5 @@ +This is a library for OpenGL to load PNG graphics files as an +OpenGL texture as easily as possible. It also has a number of +options for generating the alpha channel and mipmaps. + +WWW: http://www.wyatt100.freeserve.co.uk/download.htm |