diff options
| author | DiligentGraphics <admin@diligentgraphics.com> | 2017-12-25 23:48:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-25 23:48:03 +0000 |
| commit | 2fedac291d86644e21a366a336f0f4f8d51cc343 (patch) | |
| tree | 393193718eca5a66a0f842b9d953904095911255 | |
| parent | Fixed GLSL issues on Linux (diff) | |
| download | DiligentTools-2fedac291d86644e21a366a336f0f4f8d51cc343.tar.gz DiligentTools-2fedac291d86644e21a366a336f0f4f8d51cc343.zip | |
Updated readme
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2,9 +2,10 @@ Tools module provides additional functionality on top of the core module. The mo ## Version History -### v1.0.0 +### v2.1.a -Initial release +* Refactored build system to use CMake +* Added support for Linux platform ### v2.0.alpha @@ -20,9 +21,13 @@ Release notes: * Direct3D11 back-end is very thoroughly optimized and has very low overhead compared to native D3D11 implementation * Direct3D12 implementation, to the contrary, is preliminary and not yet optimized. +### v1.0.0 + +Initial release + For more details on the release, please visit [diligentgraphics.com](http://diligentgraphics.com/2016/03/17/diligent-engine-2-0-powered-by-direct3d12/) ## License Copyright 2015-2016 Egor Yusov. -Licensed under the [Apache License, Version 2.0](License.txt)
\ No newline at end of file +Licensed under the [Apache License, Version 2.0](License.txt) |
