Fix missing markup in vkDestroyPipelineLayout VU (#882)

This commit is contained in:
Petr Kraus 2019-01-12 04:49:04 +01:00 committed by Jon Leech
parent 8f2dd136ff
commit 1c87a7149c
1 changed files with 2 additions and 2 deletions

View File

@ -1760,8 +1760,8 @@ include::../api/protos/vkDestroyPipelineLayout.txt[]
If no sname:VkAllocationCallbacks were provided when
pname:pipelineLayout was created, pname:pAllocator must: be `NULL`
* [[VUID-vkDestroyPipelineLayout-pipelineLayout-02004]]
pname:pipelineLayout must: not have been passed to any vkCmd* command
for any command buffers that are still in the
pname:pipelineLayout must: not have been passed to any ftext:vkCmd*
command for any command buffers that are still in the
<<commandbuffers-lifecycle, recording state>> when
fname:vkDestroyPipelineLayout is called
****