Skip to content

Diligent Engine - v2.5.5

Latest
Compare
Choose a tag to compare
@TheMostDiligent TheMostDiligent released this 06 May 05:07
· 17 commits to master since this release

This release packs a lot of new features and improvements.

New High-Level Rendering components

New Samples and Tutorials

API Changes

  • Added MultiDraw and MultiDrawIndexed commands (API254006)
  • Added SerializationDeviceGLInfo struct (API254005)
    • The ValidateShaders member allows disabling time-consuming shader compilation
  • Replaced AnisotropicFilteringSupported member of SamplerProperties struct with MaxAnisotropy (API254004)
  • Added TextureSubresourceViews device feature (API254003)
  • Added device context rendering statistics (API254002)
    • Added DeviceContextStats struct
    • Added IDeviceContext::ClearStats and IDeviceContext::GetStats methods
  • IDeviceContext::TransitionShaderResources: removed unused pPipelineState parameter (API254001)