OGLplus 0.41.0 发布,此版本更新内容如下:
The ShaderProgram class and the FramebufferBuffer enumeration were added
The BufferMapAccess enumeration was updated
New functions were added to Framebuffer, Buffer, BufferRawMap, and BufferTypedMap
Wrappers for the glClearBuffer functions were added
A new example harness using Qt5 was added
EGLplus Context and Display classes were updated
Some bugs in the build system were fixed
several examples were modified to show the new features
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。
项目主页:http://oglplus.org/
下载地址:http://sourceforge.net/projects/oglplus/
来自:开源中国社区

