38 lines
819 B
Plaintext
38 lines
819 B
Plaintext
|
vkDestroyRenderPass(3)
|
||
|
======================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkDestroyRenderPass - Destroy a render pass object
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkDestroyRenderPass.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
Logical device which owns the object.
|
||
|
|
||
|
pname:renderPass::
|
||
|
The handle of the object to destroy.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkDestroyRenderPass destroys the render pass whose handle is specified in pname:renderPass,
|
||
|
which must be a valid handle to a render pass that was created by pname:device. Attempts to
|
||
|
destroy code:VK_NULL_HANDLE are silently ignored. After a render pass has been destroyed,
|
||
|
its handle becomes invalid and should not be accessed again.
|
||
|
|
||
|
include::../validity/protos/vkDestroyRenderPass.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateRenderPass
|
||
|
|
||
|
include::footer.txt[]
|