diff --git a/src/d3d9/d3d9_common_texture.cpp b/src/d3d9/d3d9_common_texture.cpp index 99ec33de..b0681d49 100644 --- a/src/d3d9/d3d9_common_texture.cpp +++ b/src/d3d9/d3d9_common_texture.cpp @@ -249,6 +249,7 @@ namespace dxvk { : DxvkSharedHandleMode::Import; imageInfo.sharing.type = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT; imageInfo.sharing.handle = *pSharedHandle; + imageInfo.shared = true; // TODO: validate metadata? }