Diligent Engine - v2.5.5
TheMostDiligent
released this
06 May 05:07
·
137 commits
to master
since this release
This release packs a lot of new features and improvements.
New High-Level Rendering components
- Post Processing effects:
- Hydrogent, an implementation of the Hydra rendering API in Diligent Engine.
- PBR Material Improvements:
New Samples and Tutorials
API Changes
- Added
MultiDraw
andMultiDrawIndexed
commands (API254006) - Added
SerializationDeviceGLInfo
struct (API254005)- The
ValidateShaders
member allows disabling time-consuming shader compilation
- The
- Replaced
AnisotropicFilteringSupported
member ofSamplerProperties
struct withMaxAnisotropy
(API254004) - Added
TextureSubresourceViews
device feature (API254003) - Added device context rendering statistics (API254002)
- Added
DeviceContextStats
struct - Added
IDeviceContext::ClearStats
andIDeviceContext::GetStats
methods
- Added
IDeviceContext::TransitionShaderResources
: removed unusedpPipelineState
parameter (API254001)