troughton / Substrate

A cross-platform render-graph based rendering system written in Swift
MIT License
147 stars 11 forks source link

Can DirectX 12 and DirectX 11 be supported? :) #1

Open zoujiaqing opened 2 years ago

troughton commented 2 years ago

With a lot of time and energy, yes. (Or at least DX12 can be – I don't plan on ever supporting the legacy APIs). However, I don't intend to support them in the near or medium term; the Vulkan implementation still needs a lot of work, and even that I only work on occasionally in my spare time.

Of course, if someone else wanted to work on adding DX12 support I'd be more than happy to help with that.

zoujiaqing commented 2 years ago

Thanks, maybe I have some time!