发布于 2014-09-23 23:22:47 | 218 次阅读 | 评论: 0 | 来源: 网友投递
OGLplus OpenGL 的 C++ 封装库
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。
OGLplus 0.52.0 发布,此版本现已提供下载,更新内容如下:
- The tools for automatic-generation of the enumeration headers were updated
and the headers were re-generated.
- The OutputData class was added and used in Texture.
- Regressions in the text rendering utilities were fixed.
- Regressions in GLES v3 and android support were fixed.
- Wrappers and enumerations for KHR_blend_equation_advanced were added.
- New constructor was added to the ProgVar template.
- The Object template was refactored, ObjHandle was added.
- The documentation was updated.
OGLplus 0.51.0 版本更新内容如下:
- Smart enumeration values were added to OALplus and EGLplus.
- The QueryTarget enumeration was updated.
- The LimitQuery enumeration was updated.
- The ErrorCode enumeration was updated.
- Detection of GL 4.5 and ARB_direct_state_access was added to the build system.
- Wrappers for GL 4.5 / ARB_direct_state_access functions for
- Texture
- Buffer
- Framebuffer
- Renderbuffer
- TransformFeedback
- VertexArray
- Vertex attributes
were added.
- The EXT_direct_state_access wrappers were moved to the ./oglplus/dsa/ext
subdirectory.
- The EXT_dsa wrappers were renamed from DSA{Object} to DSA{Object}EXT.
- Wrappers for ARB_sparse_buffer and ARB_robustness were added.
- The Query class was updated
- The BeginConditionalRender and EndConditionalRender functions were added.
- The ConditionalRenderMode enumeration was added.
- The ConditionalRender class was added.
- Several header files were renamed.
- The Quickbook documentation was updated.
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。