Ejemplo n.º 1
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfaceFormatsKHR(PhysicalDevice physicalDevice, SurfaceKhr surface, out UInt32 *SurfaceFormatCount, SurfaceFormatKhr *SurfaceFormats);
Ejemplo n.º 2
0
 public static extern unsafe Result vkGetPhysicalDeviceSurfaceFormatsKHR(IntPtr physicalDevice, ulong surface, uint *pSurfaceFormatCount, SurfaceFormatKhr *pSurfaceFormats);
Ejemplo n.º 3
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfaceFormatsKHR(IntPtr physicalDevice, UInt64 surface, UInt32 *pSurfaceFormatCount, SurfaceFormatKhr *pSurfaceFormats);