VkCreateXlibSurfaceKHRNative typedef

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

Implementation

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