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