改进
The DeferredHandler and the Outcome
New overloads of Shader::Compile, Shader::CompileInclude, Program::Link and Program::Validate and ProgramPipeline::Validate, which return Outcome
Some of the examples were changes to show the usage of the new features.
Some of the examples were changed to use GLSL 120/130/140/150 in order to support GL implementations which don't implement higher GLSL versions.
OGLplus (oglplus) 是一个仅包含头文件的 C++ 语言库,用于实现一个瘦面向对象的 OpenGL 门面操作接口,提供了自动资源和对象管理的封装,让在 C++ 中使用 OpenGL 更加简单和安全。
软件详情:http://sourceforge.net/projects/oglplus/
下载地址:http://sourceforge.net/projects/oglplus/files/
来自:开源中国社区

