Fix missing markup in vkDestroyPipelineLayout VU (#882)
This commit is contained in:
parent
8f2dd136ff
commit
1c87a7149c
|
@ -1760,8 +1760,8 @@ include::../api/protos/vkDestroyPipelineLayout.txt[]
|
||||||
If no sname:VkAllocationCallbacks were provided when
|
If no sname:VkAllocationCallbacks were provided when
|
||||||
pname:pipelineLayout was created, pname:pAllocator must: be `NULL`
|
pname:pipelineLayout was created, pname:pAllocator must: be `NULL`
|
||||||
* [[VUID-vkDestroyPipelineLayout-pipelineLayout-02004]]
|
* [[VUID-vkDestroyPipelineLayout-pipelineLayout-02004]]
|
||||||
pname:pipelineLayout must: not have been passed to any vkCmd* command
|
pname:pipelineLayout must: not have been passed to any ftext:vkCmd*
|
||||||
for any command buffers that are still in the
|
command for any command buffers that are still in the
|
||||||
<<commandbuffers-lifecycle, recording state>> when
|
<<commandbuffers-lifecycle, recording state>> when
|
||||||
fname:vkDestroyPipelineLayout is called
|
fname:vkDestroyPipelineLayout is called
|
||||||
****
|
****
|
||||||
|
|
Loading…
Reference in New Issue