summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-12 04:21:50 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-12 04:21:50 +0000
commit2c8fecd96febc19ad5ddf1872d0698c2820cfdfc (patch)
tree5173d68f603e4b34cd5977ff7f191294af728932 /README.md
parentFixed Mac/iOS build failure (diff)
downloadDiligentCore-2c8fecd96febc19ad5ddf1872d0698c2820cfdfc.tar.gz
DiligentCore-2c8fecd96febc19ad5ddf1872d0698c2820cfdfc.zip
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4eb695e..df7d1094 100644
--- a/README.md
+++ b/README.md
@@ -591,6 +591,15 @@ objects. Refer to the following pages for more information:
# Version History
+## v2.2.a
+
+### New Features
+
+* Implemented PSO compatibility: if two pipeline states share the same shader resource layout,
+ they can use SRB objects interchangeably.
+* Added `IPipelineState::IsCompatibleWith(const IPipelineState *pPSO)` method that returns true if two
+ pipeline states are compatible.
+
## v2.2
* Added MacOS and iOS support