diff options
| author | DiligentGraphics <admin@diligentgraphics.com> | 2016-08-25 06:11:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-25 06:11:26 +0000 |
| commit | 5df4eb08ba0e322c1ea0352f534f5569aac26afc (patch) | |
| tree | 552dfa724d07d521606c6f130ccc3c70003dba33 | |
| parent | Updated to Diligent Engine 2.0 (diff) | |
| download | DiligentTools-5df4eb08ba0e322c1ea0352f534f5569aac26afc.tar.gz DiligentTools-5df4eb08ba0e322c1ea0352f534f5569aac26afc.zip | |
Update README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -2,7 +2,19 @@ Tools module provides additional functionality on top of the core module. The mo ## Version History * v1.0.0 Initial release. +* v2.0. Diligent Engine 2.0 + * Engine completely redesigned to better match next-generation APIs like D3D12 and Vulkan + * Added Direct3D12-based engine implementation + * Implemented new [shader resource binding model](http://diligentgraphics.com/2016/03/23/resource-binding-model-in-diligent-engine-2-0/) + * Added support for Universal Windows Platform + * Lots of miscellaneous improvements + * Implemented shader resource arrays + * Thoroughly optimized D3D11 and D3D12 implementations + * Added memory allocation control ## License -Copyright 2015 Egor Yusov. -Licensed under the [Apache License, Version 2.0](License.txt)
\ No newline at end of file +Copyright 2015-2016 Egor Yusov. +Licensed under the [Apache License, Version 2.0](License.txt) + +## Resources +Visit [Diligent Engine Web Site](http://diligentgraphics.com), follow us on [Twitter](https://twitter.com/diligentengine) and [Facebook](https://www.facebook.com/DiligentGraphics) |
