OGLplus 0.9.0 发布,OpenGL的C++封装

来源: OSCHINA
编辑: 红薯
2012-01-20 00:00:00

OGLplus 0.9.0 发布,该版本包含一些主要的改进,例如:

1. The former Uniform and ProgramUniform and VertexAttrib classes were turned to class templates.
2. The Matrix4f and Matrix4d typedefs were renamed to Mat4f and Mat4d and new matrix typedefs were added.
3. The AutoBind and HardwiredProgram class templates were added.
4. Wrappers for glFlush and glFinish functions were added

OGLplus (oglplus) 是一个仅包含头文件的 C 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让 C++ 的 OpenGL 使用更加简单和安全。

展开阅读全文
点击加入讨论🔥(1) 发布并加入讨论🔥
1 评论
5 收藏
分享
返回顶部
顶部