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

44 lines
1.0 KiB
Plaintext

vkCreateBufferView(3)
======================
Name
----
vkCreateBufferView - Create a new buffer view object.
C Specification
---------------
include::../protos/vkCreateBufferView.txt[]
Parameters
----------
pname:device::
The device with which to create the buffer view.
pname:pCreateInfo::
A pointer to a structure containing information to be placed in the object.
pname:pView::
A pointer to a variable which will receive the handle to the new object.
Description
-----------
fname:vkCreateBufferView creates a new buffer view using the information contained in
pname:pCreateInfo and the device specified in pname:device. Upon success, a handle to
the new view object is deposited in the variable pointed to by pname:pView.
pname:pCreateInfo should point to an instance of the slink:VkBufferViewCreateInfo structure,
the definition of which is:
include::../structs/VkBufferViewCreateInfo.txt[]
include::../validity/protos/vkCreateBufferView.txt[]
See Also
--------
flink:vkCreateBufferView
include::footer.txt[]