From 5107ad867d0c31a336d8ad3d66ee320c854e3aa8 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Thu, 6 Aug 2020 13:29:12 +0200 Subject: [PATCH] Fix typo in protected submit VU (#1336) --- chapters/cmdbuffers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/cmdbuffers.txt b/chapters/cmdbuffers.txt index ceabe57f12..6a04c49f4e 100644 --- a/chapters/cmdbuffers.txt +++ b/chapters/cmdbuffers.txt @@ -1247,8 +1247,8 @@ ifdef::VK_VERSION_1_1[] * [[VUID-VkSubmitInfo-pNext-04120]] If the pname:pNext chain of this structure does not include a sname:VkProtectedSubmitInfo structure with pname:protectedSubmit set to - ename:VK_TRUE, then each element of the command buffer of the - pname:pCommandBuffers array must: be an unprotected command buffer + ename:VK_TRUE, then each element of the pname:pCommandBuffers array + must: be an unprotected command buffer endif::VK_VERSION_1_1[] ****