VkCmdWaitEvents2Native typedef

VkCmdWaitEvents2Native = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 eventCount, Pointer<Pointer<VkEvent>> pEvents, Pointer<VkDependencyInfo> pDependencyInfos)

Implementation

typedef VkCmdWaitEvents2Native = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 eventCount,
    Pointer<Pointer<VkEvent>> pEvents,
    Pointer<VkDependencyInfo> pDependencyInfos);