Vulkan-Docs/doc/specs/vulkan/man/vkDestroyBufferView.txt

39 lines
904 B
Plaintext

vkDestroyBufferView(3)
======================
Name
----
vkDestroyBufferView - Destroy a buffer view object
C Specification
---------------
include::../protos/vkDestroyBufferView.txt[]
Parameters
----------
pname:device::
Logical device which owns the object.
pname:bufferView::
The handle of the buffer view object to destroy.
Description
-----------
fname:vkDestroyBufferView destroys the buffer view object whose handle is specified in
pname:bufferView. pname:bufferView must be a valid handle to buffer view object created
through a successful call to flink:vkCreateBufferView on pname:device. Attempts to destroy
code:VK_NULL_HANDLE are silently ignored. After a buffer view object has been destroyed,
its handle becomes invalid and must not be accessed again.
include::../validity/protos/vkDestroyBufferView.txt[]
See Also
--------
flink:vkCreateBufferView
include::footer.txt[]