38 lines
896 B
Plaintext
38 lines
896 B
Plaintext
vkCmdEndRenderPass(3)
|
|
======================
|
|
|
|
Name
|
|
----
|
|
vkCmdEndRenderPass - End the current render pass.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkCmdEndRenderPass.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:commandBuffer::
|
|
A handle to the command buffer in which the render pass is to be ended.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkCmdEndRenderPass ends the current render pass in the command buffer specified by
|
|
pname:commandBuffer. A render pass must begin and end in the same command buffer.
|
|
|
|
fname:vkCmdEndRenderPass is only allowed in primary command buffers.
|
|
|
|
When fname:vkCmdEndRenderPass executes, the store op for all attachments in the render pass
|
|
is performed, and the attachment images are transitioned to their final layout.
|
|
|
|
include::../validity/protos/vkCmdEndRenderPass.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkCmdBeginRenderPass, flink:vkCreateRenderPass
|
|
|
|
include::footer.txt[]
|