A concise C++ demonstration of image resource interoperability between D3D11 and Vulkan.
After cloning the repository and updating submodules (vcpkg is used to resolve dependencies), execute the following commands in a terminal an the source tree root:
cmake -B build/ -DCMAKE_BUILD_TYPE=Releasecmake --build build/ --config Release