VkCreateFence typedef

VkCreateFence = int Function(Pointer<VkDevice> device, Pointer<VkFenceCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkFence>> pFence)

Implementation

typedef VkCreateFence = int Function(
    Pointer<VkDevice> device,
    Pointer<VkFenceCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkFence>> pFence);