示例#1
0
 internal static unsafe extern Result vkAllocateCommandBuffers(Device device, CommandBufferAllocateInfo *AllocateInfo, out IntPtr pCommandBuffers);
 public static extern unsafe Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);
示例#3
0
 internal static unsafe extern Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);