OGLplus 0.42.0 发布,此版本更新内容如下:
The ImageSpec class was added
The ClearImage, InvalidateImage, and Image functions were added to texture
New syntax-sugar operators for more convenient specification on Texture, Buffer, FBO, and RBO attributes were added
ProfileMask and Flags functions and multisampling-related functions were added to Context
Two new examples were added, and some of the existing ones were updated to show the new features
Several bugs were fixed, and the documentation has been updated.
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。
项目主页:http://oglplus.org/
下载地址:http://sourceforge.net/projects/oglplus/
来自:开源中国社区

