Diligent Engine - v2.5.5
TheMostDiligent
released this
06 May 05:16
·
440 commits
to master
since this release
This release packs a lot of new features and improvements - see complete list in the main repository.
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)