Esempio n. 1
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfacePresentModesKHR(PhysicalDevice physicalDevice, SurfaceKhr surface, out UInt32 *PresentModeCount, out PresentModeKhr *PresentModes);
Esempio n. 2
0
 public static extern unsafe Result vkGetPhysicalDeviceSurfacePresentModesKHR(IntPtr physicalDevice, ulong surface, uint *pPresentModeCount, PresentModeKhr *pPresentModes);
Esempio n. 3
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfacePresentModesKHR(IntPtr physicalDevice, UInt64 surface, UInt32 *pPresentModeCount, PresentModeKhr *pPresentModes);