| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| DiligentEngine_v2.5.5.zip | 2024-05-06 | 260.5 MB | |
| Diligent Engine - v2.5.5 source code.tar.gz | 2024-05-06 | 143.7 kB | |
| Diligent Engine - v2.5.5 source code.zip | 2024-05-06 | 151.2 kB | |
| README.md | 2024-05-06 | 3.4 kB | |
| Totals: 4 Items | 260.8 MB | 0 | |
This release packs a lot of new features and improvements.
New High-Level Rendering components
- Post Processing effects:
- Screen-Space Reflections

- Screen-Space Ambient Occlusion

- Depth of Field

- Bloom

- Temporal Anti-Aliasing
- Hydrogent, an implementation of the Hydra rendering API in Diligent Engine.

- PBR Material Improvements:
- Clear-Coat
- Sheen (aka fuzz)
- Iridescence (aka thin layer)
- Anisotropy
New Samples and Tutorials
API Changes
- Added
MultiDrawandMultiDrawIndexedcommands (API254006) - Added
SerializationDeviceGLInfostruct (API254005) - The
ValidateShadersmember allows disabling time-consuming shader compilation - Replaced
AnisotropicFilteringSupportedmember ofSamplerPropertiesstruct withMaxAnisotropy(API254004) - Added
TextureSubresourceViewsdevice feature (API254003) - Added device context rendering statistics (API254002)
- Added
DeviceContextStatsstruct - Added
IDeviceContext::ClearStatsandIDeviceContext::GetStatsmethods IDeviceContext::TransitionShaderResources: removed unusedpPipelineStateparameter (API254001)
