Skip to content

Commit 0685f23

Browse files
Updated release history
1 parent 3fbe097 commit 0685f23

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

DiligentCore

ReleaseHistory.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
## Current progress
1+
## v2.5.1
2+
3+
### API Changes
4+
5+
* Enabled emscripten platform
6+
* Added subsampled render targets for VRS (API Version 250011)
7+
* Added sparse resources (API Version 250010)
8+
* Updated API to use 64bit offsets for GPU memory (API Version 250009)
9+
* Reworked draw indirect command attributes (moved buffers into the attribs structs), removed DrawMeshIndirectCount (API Version 250008)
10+
* Enabled indirect multidraw commands (API Version 250007)
11+
* Enabled variable rate shading (API Version 250006)
12+
* Added 'TransferQueueTimestampQueries' feature (API Version 250005)
13+
* Added 'RESOURCE_STATE_COMMON' state; added `STATE_TRANSITION_FLAGS` enum and replaced
14+
`StateTransitionDesc::UpdateResourceState` with `STATE_TRANSITION_FLAGS Flags` (API Version 250004)
15+
* Added `ComputeShaderProperties` struct (API Version 250003)
16+
* Added `IShaderResourceBinding::CheckResources` method and `SHADER_RESOURCE_VARIABLE_TYPE_FLAGS` enum (API Version 250002)
17+
* Removed `IShaderResourceVariable::IsBound` with `IShaderResourceVariable::Get` (API Version 250001)
218

319
### Samples and Tutorials
420

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

724

825
## v2.5

0 commit comments

Comments
 (0)