Ejemplo n.º 1
0
 internal static unsafe extern Result vkGetDisplayModePropertiesKHR(PhysicalDevice physicalDevice, DisplayKhr display, out UInt32 *PropertyCount, DisplayModePropertiesKhr *Properties);
Ejemplo n.º 2
0
 public static extern unsafe Result vkGetDisplayModePropertiesKHR(IntPtr physicalDevice, ulong display, uint *pPropertyCount, DisplayModePropertiesKhr *pProperties);
Ejemplo n.º 3
0
 internal static unsafe extern Result vkGetDisplayModePropertiesKHR(IntPtr physicalDevice, UInt64 display, UInt32 *pPropertyCount, DisplayModePropertiesKhr *pProperties);