From 343fbed90a3285595be73b09782d0bad3db24ddb Mon Sep 17 00:00:00 2001 From: Piotr Szpetkowski Date: Fri, 25 Oct 2019 17:34:41 +0200 Subject: [PATCH] Update Vulkan features with VK_EXT_debug_utils --- docs/getting_started/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/features.rst b/docs/getting_started/features.rst index 9eeb53ac5..27c744e0e 100644 --- a/docs/getting_started/features.rst +++ b/docs/getting_started/features.rst @@ -86,7 +86,7 @@ Vulkan ------ * Support for Vulkan 1.1 on Windows, Linux, Android, and Stadia. -* Event markers and object naming both come from ``VK_EXT_debug_marker``. +* Event markers and object naming both come from ``VK_EXT_debug_utils`` or deprecated ``VK_EXT_debug_marker``. OpenGL & OpenGL ES ------------------