Skip to content

Diligent Engine - v2.4.a

Compare
Choose a tag to compare
@DiligentGraphics DiligentGraphics released this 07 Jan 02:07
· 1376 commits to master since this release
  • Enabled MinGW build
  • Enabled Vulkan on MacOS via MoltenVK
  • Implemented split barriers (https://github.com/DiligentGraphics/DiligentCore/issues/43)
    • Added STATE_TRANSITION_TYPE enum and STATE_TRANSITION_TYPE TransitionType member to StateTransitionDesc structure
  • Added Metal backend stub
  • Samples:
    • Added rendering backend selection dialog on Win32 and Mac