OGLplus 0.44.0 发布,此版本更新内容如下:
A new API for object binding
updates in the GL ARB_compatibility, EXT_direct_state_access, and NV_path_rendering extension wrappers
updates in the build system
updated examples showing the new features
several bugfixes
Several breaking changes were made: the Exposed<Object> class, the Expose function, and the AutoBind<Object> were removed. The Bound<Object> classes and the Bind free function were replaced by the new binding API
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。

暂无更多评论