Diligent Engine - v2.4.e
TheMostDiligent
released this
29 Apr 00:00
·
852 commits
to master
since this release
- Enabled Vulkan on Android
- Added C Interface
API Changes
- Added
PreTransform
parameter to swap chain description - Added
PipelineStateCreateInfo
struct that is now taken byIRenderDevice::CreatePipelineState
instead ofPipelineStateDesc
struct. AddedPSO_CREATE_FLAGS
enum - Updated swap chain creation functions to use
NativeWindow
- Added
NativeWindow
wrapper and replacedpNativeWndHandle
andpDisplay
members with it inEngineGLCreateInfo