11 lines
406 B
Plaintext
11 lines
406 B
Plaintext
|
|
// 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);
|
||
|
|
----
|