Exemple #1
0
 internal static unsafe extern Result vkCreateDevice(PhysicalDevice physicalDevice, DeviceCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pDevice);
 public static extern unsafe Result vkCreateDevice(IntPtr physicalDevice, DeviceCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, IntPtr *pDevice);
 internal static unsafe extern Result vkCreateDevice(IntPtr physicalDevice, DeviceCreateInfo *CreateInfo, IntPtr Allocator, IntPtr *Device);