Exemplo n.º 1
0
 public static extern unsafe Result vkCreateInstance(InstanceCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, IntPtr *pInstance);
Exemplo n.º 2
0
 internal static unsafe extern Result vkCreateInstance(InstanceCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, IntPtr *pInstance);
Exemplo n.º 3
0
 internal static unsafe extern Result vkCreateInstance(InstanceCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pInstance);
 internal static unsafe extern Result vkCreateInstance(InstanceCreateInfo *CreateInfo, IntPtr Allocator, IntPtr *Instance);