diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-10-11 02:11:45 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-10-11 02:11:45 +0000 |
| commit | 3e95fc073f7a5b86eb786528d5ee1d8488942abb (patch) | |
| tree | 59e71cb4ee80edd2e4c650cc4c71157260d9b983 | |
| parent | Added typeless formats to texture creation test; updated core (diff) | |
| download | DiligentEngine-3e95fc073f7a5b86eb786528d5ee1d8488942abb.tar.gz DiligentEngine-3e95fc073f7a5b86eb786528d5ee1d8488942abb.zip | |
Updated readme & core
| m--------- | DiligentCore | 0 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/DiligentCore b/DiligentCore -Subproject b857f55a94aedb6ef27ed5dc48dc8aa0fb15667 +Subproject 65cf8408a1de6fd803d0b2b4c562a390dcf78f1 @@ -50,7 +50,7 @@ Diligent Engine is distributed under [Apache 2.0 license](License.txt) and is fr | Linux/MacOS/iOS | [](https://travis-ci.org/DiligentGraphics/DiligentEngine) | -Last Stable Release - [v2.3](https://github.com/DiligentGraphics/DiligentEngine/tree/v2.3) +Last Stable Release - [v2.3.a](https://github.com/DiligentGraphics/DiligentEngine/tree/v2.3.a) # Clonning the Repository @@ -62,7 +62,7 @@ This is the master repository that contains three [submodules](https://git-scm.c To checkout the last stable release, run the following commands: -* git checkout tags/v2.3 +* git checkout tags/v2.3.a * git submodule update --init --recursive @@ -353,6 +353,8 @@ endfunction() ## Current Progress +## v2.3.a + * Core * Added `IFence` interface and `IDeviceContext::SignalFence()` method to enable CPU-GPU synchronization * Added `BUFFER_MODE_RAW` mode allowing raw buffer views in D3D11/D3D12. |
