From 3e95fc073f7a5b86eb786528d5ee1d8488942abb Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 10 Oct 2018 19:11:45 -0700 Subject: Updated readme & core --- DiligentCore | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DiligentCore b/DiligentCore index b857f55..65cf840 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit b857f55a94aedb6ef27ed5dc48dc8aa0fb15667f +Subproject commit 65cf8408a1de6fd803d0b2b4c562a390dcf78f1c diff --git a/README.md b/README.md index 7e38c5d..9f62260 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Diligent Engine is distributed under [Apache 2.0 license](License.txt) and is fr | Linux/MacOS/iOS | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](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. -- cgit v1.2.3