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

11 lines
406 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateBuffer,vkCreateBuffer]]
[source,c++]
----
VkResult vkCreateBuffer(
VkDevice device,
const VkBufferCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkBuffer* pBuffer);
----