KhronosGroup / Vulkan-Docs

The Vulkan API Specification and related tools
Other
2.77k stars 465 forks source link

Duplicate passage #1435

Open leino opened 3 years ago

leino commented 3 years ago

The following passage is currently duplicated in chapters/cmdbuffers.txt and chapters/VK_NV_win32_keyed_mutex/keyed_mutex_submit.txt.

When submitting work that operates on memory imported from a Direct3D 11 resource to a queue, the keyed mutex mechanism may: be used in addition to Vulkan semaphores to synchronize the work. Keyed mutexes are a property of a properly created shareable Direct3D 11 resource. They can: only be used if the imported resource was created with the etext:D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX flag.

krOoze commented 3 years ago

I think this is not a bug. One paragraph simply belongs to KHR, and other to the NV version of the extension.