An open API service indexing awesome lists of open source software.

https://github.com/jorgemagic/directx-vulkan-interop

This is a demo using Evergine to check share resource between DirectX and Vulkan using the VK_NV_external_memory vulkan extension
https://github.com/jorgemagic/directx-vulkan-interop

directx interop shared-memory vulkan

Last synced: 2 days ago
JSON representation

This is a demo using Evergine to check share resource between DirectX and Vulkan using the VK_NV_external_memory vulkan extension

Awesome Lists containing this project

README

          

# DirectX and Vulkan interop
This is a demo using [Evergine](https://evergine.com/) to check share resource between DirectX and Vulkan using the **VK_NV_external_memory** vulkan extension.

For more details about this demo read this article.

![DirectX and Vulkan Interop demo](Screenshots/DXVulkanScreenshot.png)

## References

- [Getting Vulkan Ready For VR by James Jones and Mathias Schott](https://developer.nvidia.com/getting-vulkan-ready-vr)
- [Surface sharing between Windows graphics APIs](https://docs.microsoft.com/en-us/windows/win32/direct3darticles/surface-sharing-between-windows-graphics-apis)