diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-12 04:21:50 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-12 04:21:50 +0000 |
| commit | 2c8fecd96febc19ad5ddf1872d0698c2820cfdfc (patch) | |
| tree | 5173d68f603e4b34cd5977ff7f191294af728932 /README.md | |
| parent | Fixed Mac/iOS build failure (diff) | |
| download | DiligentCore-2c8fecd96febc19ad5ddf1872d0698c2820cfdfc.tar.gz DiligentCore-2c8fecd96febc19ad5ddf1872d0698c2820cfdfc.zip | |
Updated readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
