VkWaitForFences typedef

VkWaitForFences = int Function(Pointer<VkDevice> device, int fenceCount, Pointer<Pointer<VkFence>> pFences, int waitAll, int timeout)

Implementation

typedef VkWaitForFences = int Function(Pointer<VkDevice> device, int fenceCount,
    Pointer<Pointer<VkFence>> pFences, int waitAll, int timeout);