VkWaitForFencesNative typedef

VkWaitForFencesNative = Int32 Function(Pointer<VkDevice> device, Uint32 fenceCount, Pointer<Pointer<VkFence>> pFences, Uint32 waitAll, Uint64 timeout)

Implementation

typedef VkWaitForFencesNative = Int32 Function(
    Pointer<VkDevice> device,
    Uint32 fenceCount,
    Pointer<Pointer<VkFence>> pFences,
    Uint32 waitAll,
    Uint64 timeout);