The open source OpenXR runtime

a/d3d: Delete non-existent keyed_mutex param from doc comment in d3d12_d3d_allocator.hpp

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2577>

authored by Krzysztof Lesiak and committed by korejan e5ec5755 61d59ca7

Changed files
-1
src
xrt
auxiliary
-1
src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp
··· 31 31 * @param xsci Swapchain create info: note that the format is assumed to be a DXGI_FORMAT (conversion to typeless is 32 32 * automatic) 33 33 * @param image_count The number of images to create. 34 - * @param keyed_mutex Whether to create images with a shared "keyed mutex" as well 35 34 * @param[out] out_images A vector that will be cleared and populated with the images. 36 35 * @param[out] out_handles A vector that will be cleared and populated with the corresponding native handles. 37 36 * @param[out] out_image_mem_size The image memory allocation size in bytes