Skip to content

Commit

Permalink
Updated release history
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Oct 12, 2021
1 parent 3fbe097 commit 0685f23
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DiligentCore
19 changes: 18 additions & 1 deletion ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
## Current progress
## v2.5.1

### API Changes

* Enabled emscripten platform
* Added subsampled render targets for VRS (API Version 250011)
* Added sparse resources (API Version 250010)
* Updated API to use 64bit offsets for GPU memory (API Version 250009)
* Reworked draw indirect command attributes (moved buffers into the attribs structs), removed DrawMeshIndirectCount (API Version 250008)
* Enabled indirect multidraw commands (API Version 250007)
* Enabled variable rate shading (API Version 250006)
* Added 'TransferQueueTimestampQueries' feature (API Version 250005)
* Added 'RESOURCE_STATE_COMMON' state; added `STATE_TRANSITION_FLAGS` enum and replaced
`StateTransitionDesc::UpdateResourceState` with `STATE_TRANSITION_FLAGS Flags` (API Version 250004)
* Added `ComputeShaderProperties` struct (API Version 250003)
* Added `IShaderResourceBinding::CheckResources` method and `SHADER_RESOURCE_VARIABLE_TYPE_FLAGS` enum (API Version 250002)
* Removed `IShaderResourceVariable::IsBound` with `IShaderResourceVariable::Get` (API Version 250001)

### Samples and Tutorials

* Added [Tutorial23 - Command Queues](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial23_CommandQueues)
* Added [Tutorial24 - Variable rate shading](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial24_VRS)


## v2.5
Expand Down

0 comments on commit 0685f23

Please sign in to comment.