VkCreateXlibSurfaceKHR typedef

VkCreateXlibSurfaceKHR = int Function(Pointer<VkInstance> instance, Pointer<VkXlibSurfaceCreateInfoKHR> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSurfaceKHR>> pSurface)

Implementation

typedef VkCreateXlibSurfaceKHR = int Function(
    Pointer<VkInstance> instance,
    Pointer<VkXlibSurfaceCreateInfoKHR> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSurfaceKHR>> pSurface);