VkCreateXcbSurfaceKHR typedef

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

Implementation

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