From 5df4eb08ba0e322c1ea0352f534f5569aac26afc Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Wed, 24 Aug 2016 23:11:26 -0700 Subject: Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cb8187..66227d1 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3