Ejemplo n.º 1
0
 internal static unsafe extern Result vkAllocateCommandBuffers(Device device, CommandBufferAllocateInfo *AllocateInfo, out IntPtr pCommandBuffers);
Ejemplo n.º 2
0
 public static extern unsafe Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);
Ejemplo n.º 3
0
 internal static unsafe extern Result vkAllocateCommandBuffers(IntPtr device, CommandBufferAllocateInfo *pAllocateInfo, IntPtr *pCommandBuffers);