Function VkDeviceCmds.CreateBuffer

Commands for VK_VERSION_1_0

VkResult CreateBuffer (
  VkDevice_T* device,
  const(VkBufferCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkBuffer_T** pBuffer
);