From e5ec575528a7d2d49cce444def9bb2f254cc16c1 Mon Sep 17 00:00:00 2001 From: Krzysztof Lesiak Date: Thu, 11 Sep 2025 17:23:17 +0200 Subject: [PATCH] a/d3d: Delete non-existent keyed_mutex param from doc comment in d3d12_d3d_allocator.hpp Part-of: --- src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp index 2bf4d165c..c0cffba1a 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp @@ -31,7 +31,6 @@ namespace xrt::auxiliary::d3d::d3d12 { * @param xsci Swapchain create info: note that the format is assumed to be a DXGI_FORMAT (conversion to typeless is * automatic) * @param image_count The number of images to create. - * @param keyed_mutex Whether to create images with a shared "keyed mutex" as well * @param[out] out_images A vector that will be cleared and populated with the images. * @param[out] out_handles A vector that will be cleared and populated with the corresponding native handles. * @param[out] out_image_mem_size The image memory allocation size in bytes -- 2.51.2