summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-10-11 02:11:45 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-10-11 02:11:45 +0000
commit3e95fc073f7a5b86eb786528d5ee1d8488942abb (patch)
tree59e71cb4ee80edd2e4c650cc4c71157260d9b983
parentAdded typeless formats to texture creation test; updated core (diff)
downloadDiligentEngine-3e95fc073f7a5b86eb786528d5ee1d8488942abb.tar.gz
DiligentEngine-3e95fc073f7a5b86eb786528d5ee1d8488942abb.zip
Updated readme & core
m---------DiligentCore0
-rw-r--r--README.md6
2 files changed, 4 insertions, 2 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject b857f55a94aedb6ef27ed5dc48dc8aa0fb15667
+Subproject 65cf8408a1de6fd803d0b2b4c562a390dcf78f1
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.