37 lines
830 B
Plaintext
37 lines
830 B
Plaintext
|
vkResetDescriptorPool(3)
|
||
|
========================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkResetDescriptorPool - Resets a descriptor pool object.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkResetDescriptorPool.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
Handle to the logical device which owns the descriptor pool object.
|
||
|
|
||
|
pname:descriptorPool::
|
||
|
Handle to the descriptor pool object which needs to be reset.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkResetDescriptorPool returns all descriptor sets allocated from pname:descriptorPool to
|
||
|
the pool. This returns the pool to its initial state. pname:device must be the handle to the device
|
||
|
that owns the pool.
|
||
|
|
||
|
include::../validity/protos/vkResetDescriptorPool.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateDescriptorPool, flink:vkAllocateDescriptorSets, flink:vkFreeDescriptorSets
|
||
|
|
||
|
include::footer.txt[]
|