Skip to content

Diligent Engine - v2.4.e

Compare
Choose a tag to compare
@TheMostDiligent TheMostDiligent released this 29 Apr 00:00
· 852 commits to master since this release
56d4ce2
  • Enabled Vulkan on Android
  • Added C Interface

API Changes

  • Added PreTransform parameter to swap chain description
  • Added PipelineStateCreateInfo struct that is now taken by IRenderDevice::CreatePipelineState instead of PipelineStateDesc struct. Added PSO_CREATE_FLAGS enum
  • Updated swap chain creation functions to use NativeWindow
  • Added NativeWindow wrapper and replaced pNativeWndHandle and pDisplay members with it in EngineGLCreateInfo