示例#1
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfaceFormatsKHR(PhysicalDevice physicalDevice, SurfaceKhr surface, out UInt32 *SurfaceFormatCount, SurfaceFormatKhr *SurfaceFormats);
 public static extern unsafe Result vkGetPhysicalDeviceSurfaceFormatsKHR(IntPtr physicalDevice, ulong surface, uint *pSurfaceFormatCount, SurfaceFormatKhr *pSurfaceFormats);
示例#3
0
 internal static unsafe extern Result vkGetPhysicalDeviceSurfaceFormatsKHR(IntPtr physicalDevice, UInt64 surface, UInt32 *pSurfaceFormatCount, SurfaceFormatKhr *pSurfaceFormats);