summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-30 04:41:56 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-30 04:41:56 +0000
commitf2f4aa5fb7fed47cb629d9438823e397eecbabcc (patch)
treebfc2c6fdfb00b96d5e8c4afb8b83ba2136d143ad
parentFew fixes to Metal back-end stub (diff)
downloadDiligentCore-f2f4aa5fb7fed47cb629d9438823e397eecbabcc.tar.gz
DiligentCore-f2f4aa5fb7fed47cb629d9438823e397eecbabcc.zip
Updated release history
-rw-r--r--ReleaseHistory.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseHistory.md b/ReleaseHistory.md
index 3891b2be..3a89bd60 100644
--- a/ReleaseHistory.md
+++ b/ReleaseHistory.md
@@ -3,6 +3,7 @@
* Enabled MinGW build
* Enabled Vulkan on MacOS
+* Added Metal backend stub
* Implemented split barriers (https://github.com/DiligentGraphics/DiligentCore/issues/43)
* Added `STATE_TRANSITION_TYPE` enum and `STATE_TRANSITION_TYPE TransitionType` member to `StateTransitionDesc` structure