unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreateBufferView.txt

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);
----