GPUOpen-LibrariesAndSDKs / Orochi

MIT License
203 stars 32 forks source link

Vulkan? #72

Closed ib00 closed 1 year ago

ib00 commented 1 year ago

What is the level of Vulkan support? There's a Vulkan example, but it's not clear what is supported and how to use it.

mehmetoguzderin commented 1 year ago

Vulkan example demonstrates interoperability of buffers between backends of Orochi and Vulkan on the system, given the same device is available for both the Orochi backend and Vulkan. The example just shows the support of interop functions in Orochi's backend API for use with Vulkan rather than level of support for Vulkan as a backend.

In terms of Vulkan as a backend for Orochi, I don't know if it is planned or not.

takahiroharada commented 1 year ago

As @mehmetoguzderin wrote, we won't add vulkan backend to Orochi (no point doing this). Vulkan Orochi interop works so we have no plan to do any additional dev specific for vulkan.