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