码迷,mamicode.com
首页 > 编程语言 > 详细

OGLplus 0.55.0 发布,OpenGL 的 C++ 封装库

时间:2014-12-22 14:23:33      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

OGLplus 0.55.0 发布,此版本添加了 ``ClientContext`` 类,用来维护(暂时只有部分) GL 状态,允许 push/pop 独立状态变量或者是高效查询和改变他们的值。此版本同时还更新了快速入门文档;平台的移植不再至此和原始重启参数;一些 bug 修复。

改进记录

=======

 - The ``oglplus::ClientContext`` class was added.

 - The ``EnumToClass`` template and its specializations were added.

 - A new getter/setter functions were added to ``oglplus::Context``.

 - A bug in ``Texture::Active`` was fixed.

 - Some of the shape builders were ported to platforms not supporting GL primitive restart.

 - The Quickbook documentation was updated.

 - Minor changes were made in the compiler configuration header.

 - One of the examples was updated to show the new features.

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

技术分享

OGLplus 0.55.0 发布,OpenGL 的 C++ 封装库

标签:

原文地址:http://www.cnblogs.com/geekpaul/p/4178076.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!