From 5cea2bea2f76fa3b44ec5fab771ed1490d937c76 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 15 Nov 2023 23:34:06 +0000 Subject: [PATCH] doc: Document !2044 --- doc/changes/state_trackers/mr.2005.2.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/changes/state_trackers/mr.2005.2.md b/doc/changes/state_trackers/mr.2005.2.md index 361001f9a..bd7dac68b 100644 --- a/doc/changes/state_trackers/mr.2005.2.md +++ b/doc/changes/state_trackers/mr.2005.2.md @@ -1 +1,9 @@ -oxr: Enable VK_EXT_debug_utils extension for client side on the platform that support it +--- +- mr.2005 +- mr.2044 +--- + +oxr: Enable VK_EXT_debug_utils extension for client side on the platform that +support it. Since it can not be reliably detected if the extension was enabled +by the application on `XR_KHR_vulkan_enable` instead use the the environmental +variable `OXR_DEBUG_FORCE_VK_DEBUG_UTILS` to force it on.