11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[vkCreateBufferView,vkCreateBufferView]]
|
|
[source,c++]
|
|
----
|
|
VkResult vkCreateBufferView(
|
|
VkDevice device,
|
|
const VkBufferViewCreateInfo* pCreateInfo,
|
|
const VkAllocationCallbacks* pAllocator,
|
|
VkBufferView* pView);
|
|
----
|