1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 OGLplus 0.65.0 发布,OpenGL 的 C++ 封装库 下载

本帖由 漂亮的石头2015-08-11 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,356
    赞:
    47
    OGLplus 0.65.0 发布,此版本支持 GLX 和 EGL 示例中的多个示例,改进``Context`` 和 ``ClientContext``,还有 bug 修复,构建系统更新,快速入门文档更新。

    更新内容
    -------

    - The GLX and EGL-based example harnesses were refactored and updated to use multisampling with the specified number of samples when the ``--samples`` option is specified.

    - The ``FillRectangle`` value has been added to the ``PolygonMode`` enumeration.

    - Most of the examples now use GLSL 120/130/140/150 where possible in order to support GL implementations which don't implement higher GLSL versions (for example Mesa3D).

    - The ``ViewportIndex`` and ``DrawBufferIndex`` types were added.

    - The ``Context`` and ``ClientContext`` classes were updated to use the new types, additional value checks were added to ``ClientContext``.

    - A wrapper for ``NV_fragment_coverage_to_color`` extension has been added.

    - The build system was updated to detect the availability of C++ the ``override`` specifier and it was added where appropriate to the source code.

    - The Quickbook documentation has been updated.

    下载:oglplus-0.65.0.tar.gz (5.8 MB)

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

    [​IMG]
    OGLplus 0.65.0 发布,OpenGL 的 C++ 封装库下载地址
     
正在加载...