internal extern static unsafe Result vkAllocateCommandBuffers(IntPtr device, VkCommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);
public static VkResult vkAllocateCommandBuffers(VkDevice device, VkCommandBufferAllocateInfo *allocateInfo, out VkCommandBuffer commandBuffers) { throw new NotImplementedException(); }