blob: 5639de22ee0dfc62d0a7f24f960caa39de9ee61e [file] [log] [blame]
// 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);
----