Skip to content

KlayGE 4.16

Compare
Choose a tag to compare
@gongminmin gongminmin released this 31 Dec 21:34
· 387 commits to develop since this release

The highlighted features of KlayGE 4.16 are:

Improvements in engine

  • Enable to render to multiple viewports in one pass. It’s a solid step for efficient high-quality VR/AR rendering.
  • A more convenient way to dynamically switch material.
  • Struct support in fxml for building more complicated effects.
  • Integrate motion blur effect into deferred rendering framework.
  • Support occlusion map in deferred rendering framework.
  • New skin rendering algorithm, the performance is 5x of the original one.
  • A new memory allocator increases the performane of D3D12 plugin for 5%. It can be further improved in the future.
  • Add a com_ptr to improve the efficiency of referencing COM objects, and reduce the binary sizes.
  • Use cppwinrt instead of WRL.

Improvements in engineering

  • Most 3rd party libraries are synced from their original gir repository, and patching them before building.
  • GCC9 support.
  • Introduce in C++20 features.
  • Introduce GSL in
  • Better cross-compiling support.

Others

  • Bug fixes.