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