예제 #1
0
 public static unsafe VkResult vkCreateXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR *pCreateInfo, VkAllocationCallbacks *pAllocator, out VkSurfaceKHR pSurface)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static extern VkResult vkCreateXcbSurfaceKHR(
     [In, NativeTypeName("VkInstance")] IntPtr instance,
     [In] VkXcbSurfaceCreateInfoKHR *pCreateInfo,
     [In, Optional] VkAllocationCallbacks *pAllocator,
     [Out, NativeTypeName("VkSurfaceKHR")] IntPtr *pSurface
     );